CWIS Developer Documentation
Home
Main Page
Namespaces
Classes
Files
File List
File Members
objects
PasswordFormField.php
Go to the documentation of this file.
1
<?
PHP
2
8
class
PasswordFormField
extends
TextFormField
{
11
22
function
PasswordFormField
(
23
$Name, $IsRequired, $Label, $Length, $MaxLength,
24
$ValidFunc = NULL, $ValidMsgs = NULL)
25
{
26
$this->
TextFormField
(
27
$Name, $IsRequired, $Label, $Length, $MaxLength, $ValidFunc, $ValidMsgs);
28
}
29
31
}
32
33
?>
Copyright 2012 Internet Scout