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
Wed, Aug 19, 04:35 (10 h, 16 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
46/0b/317f9cb0a5f027eeb97f26a0f8ba
Default Alt Text
DebugInfoTrait.php (344 B)

Event Timeline