Helpers
final class Helpers
internal |
Constants
ReIdentifier |
|
Keywords |
|
deprecated PHP_IDENT |
|
deprecated KEYWORDS |
|
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
at line 54
static string
dump(mixed $var)
deprecated
deprecated use (new Nette\PhpGenerator\Dumper)->dump()
No description
at line 62
static string
format(string $statement, mixed ...$args)
deprecated
deprecated use (new Nette\PhpGenerator\Dumper)->format()
No description
at line 70
static string
formatArgs(string $statement, array $args)
deprecated
deprecated use (new Nette\PhpGenerator\Dumper)->format()
No description
at line 77
static string
formatDocComment(string $content, bool $forceMultiLine = false)
No description
at line 92
static string
tagName(string $name, string $of = PhpNamespace::NameNormal)
No description
at line 100
static string
simplifyTaggedNames(string $code, PhpNamespace|null $namespace)
No description
at line 111
static string
unformatDocComment(string $comment)
No description
at line 117
static string
unindent(string $s, int $level = 1)
No description
at line 125
static bool
isIdentifier(mixed $value)
No description
at line 131
static bool
isNamespaceIdentifier(mixed $value, bool $allowLeadingSlash = false)
No description
at line 138
static string
extractNamespace(string $name)
No description
at line 144
static string
extractShortName(string $name)
No description
at line 152
static string
tabsToSpaces(string $s, int $count = 4)
No description
at line 162
static object
createObject(string $class, array $props)
internal |
No description
at line 168
static string|null
validateType(string|null $type, bool $nullable = false)
No description