class Printer

Generates PHP code.

Properties

$wrapLength
$indentation
$linesBetweenProperties
$linesBetweenMethods
$returnTypeColon
protected $namespace
protected $dumper

Methods

__construct()

No description

string
printFunction(GlobalFunction $function, PhpNamespace|null $namespace = null)

No description

string
printClosure(Closure $closure, PhpNamespace|null $namespace = null)

No description

string
printArrowFunction(Closure $closure, PhpNamespace|null $namespace = null)

No description

string
printMethod(Method $method, PhpNamespace|null $namespace = null, bool $isInterface = false)

No description

string
printClass(ClassType $class, PhpNamespace|null $namespace = null)

No description

string
printNamespace(PhpNamespace $namespace)

No description

string
printFile(PhpFile $file)

No description

string
printUses(PhpNamespace $namespace, string $of = PhpNamespace::NAME_NORMAL)

No description

string
printParameters(Method $function, int $column = 0)

No description

string
printType(string|null $type, bool $nullable)

No description

setTypeResolving(bool $state = true)

No description

string
indent(string $s)

No description

string
dump($var, int $column = 0)

No description

Details

at line 33
__construct()

No description

at line 39
string printFunction(GlobalFunction $function, PhpNamespace|null $namespace = null)

No description

Parameters

GlobalFunction $function
PhpNamespace|null $namespace

Return Value

string

at line 57
string printClosure(Closure $closure, PhpNamespace|null $namespace = null)

No description

Parameters

Closure $closure
PhpNamespace|null $namespace

Return Value

string

at line 80
string printArrowFunction(Closure $closure, PhpNamespace|null $namespace = null)

No description

Parameters

Closure $closure
PhpNamespace|null $namespace

Return Value

string

at line 100
string printMethod(Method $method, PhpNamespace|null $namespace = null, bool $isInterface = false)

No description

Parameters

Method $method
PhpNamespace|null $namespace
bool $isInterface

Return Value

string

at line 129
string printClass(ClassType $class, PhpNamespace|null $namespace = null)

No description

Parameters

ClassType $class
PhpNamespace|null $namespace

Return Value

string

at line 221
string printNamespace(PhpNamespace $namespace)

No description

Parameters

PhpNamespace $namespace

Return Value

string

at line 253
string printFile(PhpFile $file)

No description

Parameters

PhpFile $file

Return Value

string

at line 270
protected string printUses(PhpNamespace $namespace, string $of = PhpNamespace::NAME_NORMAL)

No description

Parameters

PhpNamespace $namespace
string $of

Return Value

string

at line 289
protected string printParameters(Method $function, int $column = 0)

No description

Parameters

Method $function
int $column

Return Value

string

at line 324
protected string printType(string|null $type, bool $nullable)

No description

Parameters

string|null $type
bool $nullable

Return Value

string

at line 372
Printer setTypeResolving(bool $state = true)

No description

Parameters

bool $state

Return Value

Printer

at line 379
protected string indent(string $s)

No description

Parameters

string $s

Return Value

string

at line 386
protected string dump($var, int $column = 0)

No description

Parameters

$var
int $column

Return Value

string

Traits

Strict class for better experience.