Helpers
final class Helpers
internal |
Constants
ReIdentifier |
|
Keywords |
|
deprecated PHP_IDENT |
|
deprecated KEYWORDS |
|
Methods
static string
formatDocComment(string $content, bool $forceMultiLine = false)
No description
static string
tagName(string $name, string $of = PhpNamespace::NameNormal)
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(mixed $value)
No description
static bool
isNamespaceIdentifier(mixed $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 = false)
No description
Details
at line 53
static string
formatDocComment(string $content, bool $forceMultiLine = false)
No description
at line 68
static string
tagName(string $name, string $of = PhpNamespace::NameNormal)
No description
at line 76
static string
simplifyTaggedNames(string $code, PhpNamespace|null $namespace)
No description
at line 87
static string
unformatDocComment(string $comment)
No description
at line 93
static string
unindent(string $s, int $level = 1)
No description
at line 101
static bool
isIdentifier(mixed $value)
No description
at line 107
static bool
isNamespaceIdentifier(mixed $value, bool $allowLeadingSlash = false)
No description
at line 114
static string
extractNamespace(string $name)
No description
at line 120
static string
extractShortName(string $name)
No description
at line 128
static string
tabsToSpaces(string $s, int $count = 4)
No description
at line 138
static object
createObject(string $class, array $props)
internal |
No description
at line 144
static string|null
validateType(string|null $type, bool $nullable = false)
No description
Traits
StaticClass