Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4144205
DebugInfoTrait.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
344 B
Referenced Files
None
Subscribers
None
DebugInfoTrait.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Aug 19 2026, 17:07 (4 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
46/0b/317f9cb0a5f027eeb97f26a0f8ba
Default Alt Text
DebugInfoTrait.php (344 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment