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