Helpers
class Helpers
PHP code generator utils.
Constants
PHP_IDENT |
|
MAX_DEPTH |
|
WRAP_LENGTH |
|
Methods
static string
dump($var)
Returns a PHP representation of a variable.
static string
format($statement, ...$args)
Generates PHP statement.
static string
formatArgs($statement, array $args)
Generates PHP statement.
static string
formatMember($name)
Returns a PHP representation of a object member.
static string
formatDocComment($content)
No description
static string
unformatDocComment($comment)
No description
static bool
isIdentifier($value)
No description
static
createObject($class, array $props)
No description
static string
extractNamespace($name)
No description
static string
extractShortName($name)
No description
Details
at line 29
static string
dump($var)
Returns a PHP representation of a variable.
at line 154
static string
format($statement, ...$args)
Generates PHP statement.
at line 164
static string
formatArgs($statement, array $args)
Generates PHP statement.
at line 201
static string
formatMember($name)
Returns a PHP representation of a object member.
at line 212
static string
formatDocComment($content)
No description
at line 227
static string
unformatDocComment($comment)
No description
at line 236
static bool
isIdentifier($value)
No description
at line 243
static
createObject($class, array $props)
internal |
No description
at line 253
static string
extractNamespace($name)
No description
at line 263
static string
extractShortName($name)
No description
Traits
StaticClass