the _call() method |
The _call() method invokes inaccessible methods of an object. |
the _callStatic() method |
The _callStatic() method invokes inaccessible methods of a static context. |
the _clone() method |
The _clone() method clones an object with its properties. |
the _construct() method |
The _construct() method initiates an object. |
the _debuginfo() method |
The _debuginfo() method debugs variables of an object. |
the _destruct() method |
The _destruct() method destroys an object. |
the _get() method |
The _get() method reads data to inaccessible properties. |
the _invoke() method |
The _invoke() method opens an object like a function. |
the _isset() method |
The _isset() method calls inaccessible properties. |
the _set() method |
The _set() method writes data to inaccessible properties. |
the _set_state() method |
The _set_state() method exports an array as an argument. |
the _sleep() method |
The _sleep() method halts large objects from being saved completely. |
the _toString() method |
The _toString() method defines how a class reacts if treated like a string. |
the _unset() method |
The _unset() method unsets data from inaccessible properties. |
the _wakeup() method |
The _wakeup() method re-establishes a database connection. |
Comments
No comments have been made yet.
Please login to leave a comment. Login now