Dumper
final class Dumper
PHP code generator utils.
Constants
private IndentLength |
|
Properties
int | $maxDepth | ||
int | $wrapLength | ||
string | $indentation |
Methods
string
dump($var, int $column = 0)
Returns a PHP representation of a variable.
string
format(string $statement, ...$args)
Generates PHP statement. Supports placeholders: ? \? $? ->? ::? ...? ...?: ?*
static object
createObject(string $class, array $props)
No description
Details
at line 35
string
dump($var, int $column = 0)
Returns a PHP representation of a variable.
at line 213
string
format(string $statement, ...$args)
Generates PHP statement. Supports placeholders: ? \? $? ->? ::? ...? ...?: ?*
at line 273
static object
createObject(string $class, array $props)
internal |
No description