SimplOn PHP
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields | Protected Attributes
User Class Reference
+ Inheritance diagram for User:

Public Member Functions

 construct ($id=null, &$specialDataStorage=null)
 autenticate ($givenPassword)
 showValidation ()
 processValidation ()

Data Fields

 $validationRejectedMessage = "User and Password don't match Please try again"

Protected Attributes

 $validationAceptedMessage = 'Welcome:'

Detailed Description

Definition at line 5 of file User.php.


Member Function Documentation

autenticate ( givenPassword)

Definition at line 21 of file User.php.

construct ( id_or_array = null,
&$  specialDataStorage = null 
)

User defined constructor, called within __constructor(), useful to declare specific Data attributes.

Parameters:
mixed$id_or_arrayID of the Element or array of Element's Datas values.
SimplOn\DataStorages\DataStorage$specialDataStorageDataStorage to use in uncommon cases.

Reimplemented from Element.

Definition at line 12 of file User.php.

Definition at line 35 of file User.php.

Definition at line 27 of file User.php.


Field Documentation

$validationAceptedMessage = 'Welcome:' [protected]

Definition at line 8 of file User.php.

$validationRejectedMessage = "User and Password don't match Please try again"

Definition at line 9 of file User.php.


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