Dumper
final class Dumper
PHP code generator utils.
Constants
private INDENT_LENGTH |
|
Properties
int | $maxDepth | ||
int | $wrapLength |
Methods
string
dump($var, int $column = 0)
Returns a PHP representation of a variable.
string
format(string $statement, ...$args)
Generates PHP statement.
static object
createObject(string $class, array $props)
No description
Details
at line 32
string
dump($var, int $column = 0)
Returns a PHP representation of a variable.
at line 173
string
format(string $statement, ...$args)
Generates PHP statement.
at line 229
static object
createObject(string $class, array $props)
internal |
No description