Printer
class Printer
Generates PHP code.
Properties
$wrapLength | |||
$indentation | |||
$linesBetweenProperties | |||
$linesBetweenMethods | |||
$linesBetweenUseTypes | |||
$returnTypeColon | |||
$bracesOnNextLine | |||
protected | $namespace | ||
protected | $dumper |
Methods
__construct()
No description
string
string
string
string
printMethod(Method $method, PhpNamespace|null $namespace = null, bool $isInterface = false)
No description
string
printClass(EnumType $class, PhpNamespace|null $namespace = null)
No description
string
string
string
printParameters(Method $function, int $column = 0)
No description
string
printType(string|null $type, bool $nullable)
No description
string
printDocComment($commentable)
No description
setTypeResolving(bool $state = true)
No description
string
indent(string $s)
No description
string
dump(mixed $var, int $column = 0)
No description
Details
at line 35
__construct()
No description
at line 41
string
printFunction(GlobalFunction $function, PhpNamespace|null $namespace = null)
No description
at line 61
string
printClosure(Closure $closure, PhpNamespace|null $namespace = null)
No description
at line 85
string
printArrowFunction(Closure $closure, PhpNamespace|null $namespace = null)
No description
at line 105
string
printMethod(Method $method, PhpNamespace|null $namespace = null, bool $isInterface = false)
No description
at line 133
string
printClass(EnumType $class, PhpNamespace|null $namespace = null)
No description
at line 255
string
printNamespace(PhpNamespace $namespace)
No description
at line 290
string
printFile(PhpFile $file)
No description
at line 305
protected string
printUses(PhpNamespace $namespace, string $of = PhpNamespace::NameNormal)
No description
at line 323
protected string
printParameters(Method $function, int $column = 0)
No description
at line 358
protected string
printType(string|null $type, bool $nullable)
No description
at line 378
protected string
printDocComment($commentable)
No description
at line 417
Printer
setTypeResolving(bool $state = true)
No description
at line 424
protected string
indent(string $s)
No description
at line 431
protected string
dump(mixed $var, int $column = 0)
No description
Traits
SmartObject