Squiz Matrix
4.12.2
|
Public Member Functions | |
MySource_Object () | |
__sleep () | |
__wakeup () | |
Data Fields | |
$_tmp | |
Definition at line 25 of file mysource_object.inc.
__sleep | ( | ) |
Returns an array of var names in the object that are to saved if this object get's serialised
Removes the _tmp array as promised above
Definition at line 57 of file mysource_object.inc.
__wakeup | ( | ) |
Perform some actions after the object is unserialised
Definition at line 72 of file mysource_object.inc.
MySource_Object | ( | ) |