Page MenuHomeWickedGov Phorge

DebugInfoTrait.php
No OneTemporary

Size
344 B
Referenced Files
None
Subscribers
None

DebugInfoTrait.php

<?php
namespace Wikimedia\DebugInfo;
/**
* A trait for automatic __debugInfo() modifications.
*
* Recursion into properties is prevented if they have a @noVarDump annotation
* in their doc comment. See T277618.
*
* @since 1.40
*/
trait DebugInfoTrait {
public function __debugInfo() {
return DumpUtils::objectToArray( $this );
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 14:14 (1 d, 9 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cc/9e/cfc0a47187644ebf15792acc61d0
Default Alt Text
DebugInfoTrait.php (344 B)

Event Timeline