GauffrCredential persistant object. More...
Public Member Functions | |
| getState () | |
Public Attributes | |
| $GauffrUserID | |
| $GauffrSlaveID | |
| $Can | |
Protected Attributes | |
| $ID | |
GauffrCredential persistant object.
The GauffrCredential classes.
Allow persistence for object GauffrCredential.
Definition at line 19 of file gauffrcredential.php.
| GauffrCredential::getState | ( | ) |
Get PersistantObject state
Definition at line 34 of file gauffrcredential.php.
{
return array(
'ID' => $this->ID,
'GauffrUserID' => $this->GauffrUserID,
'GauffrSlaveID' => $this->GauffrSlaveID,
'Can' => $this->Can,
);
}
1.7.1