MediaWiki master
DebugInfoTrait.php
Go to the documentation of this file.
1<?php
2
3namespace Wikimedia\DebugInfo;
4
13trait DebugInfoTrait {
14 public function __debugInfo() {
15 return DumpUtils::objectToArray( $this );
16 }
17}
static objectToArray( $object)
Convert an object to an array by casting, but filter the properties to make recursive dumping more fe...
Definition DumpUtils.php:18