3 namespace Wikimedia\DebugInfo
;
6 * A trait for automatic __debugInfo() modifications.
8 * Recursion into properties is prevented if they have a @noVarDump annotation
9 * in their doc comment. See T277618.
13 trait DebugInfoTrait
{
14 public function __debugInfo() {
15 return DumpUtils
::objectToArray( $this );