Helpers
final class Helpers
internal |
Constants
PHP_IDENT |
|
KEYWORDS |
|
Methods
static string
static string
static string
static string
formatDocComment(string $content)
No description
static string
tagName(string $name, string $of = PhpNamespace::NAME_NORMAL)
No description
static string
simplifyTaggedNames(string $code, PhpNamespace|null $namespace)
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 object
createObject(string $class, array $props)
No description
static string|null
validateType(string|null $type, bool $nullable)
No description
Details
at line 52
static string
dump($var)
deprecated
deprecated
No description
at line 59
static string
format(string $statement, ...$args)
deprecated
deprecated
No description
at line 66
static string
formatArgs(string $statement, array $args)
deprecated
deprecated
No description
at line 72
static string
formatDocComment(string $content)
No description
at line 86
static string
tagName(string $name, string $of = PhpNamespace::NAME_NORMAL)
No description
at line 94
static string
simplifyTaggedNames(string $code, PhpNamespace|null $namespace)
No description
at line 105
static string
unformatDocComment(string $comment)
No description
at line 111
static string
unindent(string $s, int $level = 1)
No description
at line 119
static bool
isIdentifier($value)
No description
at line 125
static bool
isNamespaceIdentifier($value, bool $allowLeadingSlash = false)
No description
at line 132
static string
extractNamespace(string $name)
No description
at line 138
static string
extractShortName(string $name)
No description
at line 146
static string
tabsToSpaces(string $s, int $count = 4)
No description
at line 153
static object
createObject(string $class, array $props)
internal |
No description
at line 159
static string|null
validateType(string|null $type, bool $nullable)
No description
Traits
Static class.