Public Member Functions | Public Attributes | Protected Attributes

GauffrCredential Class Reference

GauffrCredential persistant object. More...

Inheritance diagram for GauffrCredential:
GauffrPersistentObject

List of all members.

Public Member Functions

 getState ()

Public Attributes

 $GauffrUserID
 $GauffrSlaveID
 $Can

Protected Attributes

 $ID

Detailed Description

GauffrCredential persistant object.

The GauffrCredential classes.

Allow persistence for object GauffrCredential.

Version:
0.4

Definition at line 19 of file gauffrcredential.php.


Member Function Documentation

GauffrCredential::getState (  ) 

Get PersistantObject state

Returns:
array

Definition at line 34 of file gauffrcredential.php.

    {
        return array(
            'ID' => $this->ID,
            'GauffrUserID' => $this->GauffrUserID,
            'GauffrSlaveID' => $this->GauffrSlaveID,
            'Can' => $this->Can,
        );
    }


The documentation for this class was generated from the following file:
 All Classes Functions Variables