Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1427126
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
Sat, May 16, 14:14 (1 d, 10 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cc/9e/cfc0a47187644ebf15792acc61d0
Default Alt Text
DebugInfoTrait.php (344 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment