MediaWiki master
Wikimedia\DebugInfo\Placeholder Class Reference

A class used for replacing large objects in var_dump() output. More...

Public Member Functions

 __construct ( $value)
 

Public Attributes

string $desc
 A description of the replaced object.
 

Detailed Description

A class used for replacing large objects in var_dump() output.

Since
1.40

Definition at line 10 of file Placeholder.php.

Constructor & Destructor Documentation

◆ __construct()

Wikimedia\DebugInfo\Placeholder::__construct ( $value)
Parameters
mixed$value

Definition at line 17 of file Placeholder.php.

Member Data Documentation

◆ $desc

string Wikimedia\DebugInfo\Placeholder::$desc

A description of the replaced object.

Definition at line 12 of file Placeholder.php.


The documentation for this class was generated from the following file: