Formatting output Plese Wait...
Container of a Field.
More...
Detailed Description
Container of a Field.
A GET/POST field and its corresponding attributes and parameters are Embedded in this Class's object
Definition at line 92 of file map.php.
Constructor & Destructor Documentation
zRom_fields::__construct( string $value, string $err_msg, bool $isValid, string $validationStatus )
Member Function Documentation
zRom_fields::zRom_fields( string $value, string $err_msg, string $isValid, string $validationStatus )
Simply returns wheather the field is valid or not.
- Returns:
- bool
Definition at line 144 of file map.php.
Referenced by __construct().
Show Source00144 {
00145 return $this->isValid;
00146 }
Top
Returns the Error Message assigned for this Field.
- Returns:
- string
Definition at line 152 of file map.php.
Show Source00152 {
00153 return $this->err_msg;
00154 }
Top
Field Documentation
zRom_fields::$validationStatus
The documentation for this class was generated from the following file: