PHP Class Kahlan\Jit\Node\BlockDef

Inheritance: extends NodeDef
Datei anzeigen Open project: crysalead/kahlan

Public Properties

Property Type Description
$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)

Property Details

$extends public_oe property

The extended class (for class only)
public string $extends
return string

$hasMethods public_oe property

Boolean indicating if this node has methods (i.e class, trait or interface)
public bool $hasMethods
return boolean

$implements public_oe property

The implemented interfaces (for class only)
public array|null $implements
return array | null

$name public_oe property

The name of the node.
public string $name
return string

$type public_oe property

The node's type.
public string $type
return string

$uses public_oe property

The defined uses (for class only)
public array $uses
return array