PHP 클래스 Kahlan\Jit\Node\BlockDef

상속: extends NodeDef
파일 보기 프로젝트 열기: crysalead/kahlan

공개 프로퍼티들

프로퍼티 타입 설명
$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