PHP Класс Kahlan\Jit\Node\BlockDef

Наследование: extends NodeDef
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$extends string The extended class (for class only)
$hasMethods boolean Boolean indicating if this node has methods (i.e class, trait or interface)
$implements array | null The implemented interfaces (for class only)
$name string The name of the node.
$type string The node's type.
$uses array The defined uses (for class only)

Описание свойств

$extends публичное свойство

The extended class (for class only)
public string $extends
Результат string

$hasMethods публичное свойство

Boolean indicating if this node has methods (i.e class, trait or interface)
public bool $hasMethods
Результат boolean

$implements публичное свойство

The implemented interfaces (for class only)
public array|null $implements
Результат array | null

$name публичное свойство

The name of the node.
public string $name
Результат string

$type публичное свойство

The node's type.
public string $type
Результат string

$uses публичное свойство

The defined uses (for class only)
public array $uses
Результат array