Loading Please wait...

zRom_fields Class Reference
[Request Object Model.]

Container of a Field. More...

Inheritance diagram for zRom_fields:

Inheritance graph
[legend]
Collaboration diagram for zRom_fields:

Collaboration graph
[legend]

Public Member Functions

 zRom_fields ($value, $err_msg, $isValid, $validationStatus)
 __construct ($value, $err_msg, $isValid, $validationStatus)
 Constructor of this Class.
 isValid ()
 Simply returns wheather the field is valid or not.
 errMsg ()
 Returns the Error Message assigned for this Field.

Data Fields

 $value
 $err_msg
 $isValid
 $validationStatus

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 ( value,
err_msg,
isValid,
validationStatus 
)

Constructor of this Class.

Parameters:
$value string
$err_msg string
$isValid bool
$validationStatus string

Definition at line 133 of file map.php.

References $err_msg, $isValid, $validationStatus, $value, and isValid().

00133                                                                      {
00134     $this->value = $value;
00135     $this->err_msg = $err_msg;
00136     $this->isValid = $isValid;
00137     $this->validationStatus = $validationStatus;
00138   }

Here is the call graph for this function:


Member Function Documentation

zRom_fields::zRom_fields ( value,
err_msg,
isValid,
validationStatus 
)

Definition at line 122 of file map.php.

References $err_msg, $isValid, $validationStatus, $value, and zCore::__construct().

00122                                                                      {
00123     $this->__construct($value, $err_msg, $isValid, $validationStatus);
00124   }

Here is the call graph for this function:

zRom_fields::isValid (  ) 

Simply returns wheather the field is valid or not.

Returns:
bool

Definition at line 144 of file map.php.

Referenced by __construct().

00144                     {
00145     return $this->isValid;
00146   }

zRom_fields::errMsg (  ) 

Returns the Error Message assigned for this Field.

Returns:
string

Definition at line 152 of file map.php.

00152                    {
00153     return $this->err_msg;
00154   }


Field Documentation

zRom_fields::$value

Definition at line 99 of file map.php.

Referenced by __construct(), and zRom_fields().

zRom_fields::$err_msg

Definition at line 106 of file map.php.

Referenced by __construct(), and zRom_fields().

zRom_fields::$isValid

Definition at line 113 of file map.php.

Referenced by __construct(), and zRom_fields().

zRom_fields::$validationStatus

Definition at line 120 of file map.php.

Referenced by __construct(), and zRom_fields().


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 23:54:26 2008 for zigmoyd.kdevelop by doxygen 1.5.6