| 1 | <?php |
||
| 5 | class SpecialMethods |
||
| 6 | { |
||
| 7 | public function __construct() |
||
| 10 | |||
| 11 | function __destruct() |
||
| 14 | |||
| 15 | function __call($name, $arguments) |
||
| 18 | |||
| 19 | function __sleep() |
||
| 22 | |||
| 23 | function __wakeup() |
||
| 26 | |||
| 27 | function __toString() |
||
| 31 | |||
| 32 | function __invoke() |
||
| 35 | |||
| 36 | function __soapCall($function_name, array $arguments, array $options = null, $input_headers = null, array &$output_headers = null) |
||
| 39 | |||
| 40 | } |
||
| 41 |