| 1 | <?php |
||
| 9 | trait DebugInfoTrait |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * This method is called by var_dump() when dumping an object to get the properties that should be shown. |
||
| 13 | * |
||
| 14 | * @link http://php.net/manual/en/language.oop5.magic.php#language.oop5.magic.debuginfo |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | 2 | public function __debugInfo() |
|
| 34 | } |
||
| 35 |