Helpers
final class Helpers
internal |
Constants
PHP_IDENT |
|
Methods
static string
static string
static string
static string
formatDocComment(string $content)
No description
static string
unformatDocComment(string $comment)
No description
static string
unindent(string $s, int $level = 1)
No description
static bool
isIdentifier($value)
No description
static bool
isNamespaceIdentifier($value, bool $allowLeadingSlash = false)
No description
static string
extractNamespace(string $name)
No description
static string
extractShortName(string $name)
No description
static string
tabsToSpaces(string $s, int $count = 4)
No description
static
createObject(string $class, array $props)
No description
Details
at line 26
static string
dump($var)
deprecated
deprecated
No description
at line 33
static string
format(string $statement, ...$args)
deprecated
deprecated
No description
at line 40
static string
formatArgs(string $statement, array $args)
deprecated
deprecated
No description
at line 46
static string
formatDocComment(string $content)
No description
at line 58
static string
unformatDocComment(string $comment)
No description
at line 64
static string
unindent(string $s, int $level = 1)
No description
at line 70
static bool
isIdentifier($value)
No description
at line 76
static bool
isNamespaceIdentifier($value, bool $allowLeadingSlash = false)
No description
at line 83
static string
extractNamespace(string $name)
No description
at line 89
static string
extractShortName(string $name)
No description
at line 97
static string
tabsToSpaces(string $s, int $count = 4)
No description
at line 104
static
createObject(string $class, array $props)
internal |
No description
Traits
StaticClass