PHP 클래스 PHPSA\Node\Scalar\Fake

상속: extends PhpParser\Node\Scalar
파일 보기 프로젝트 열기: ovr/phpsa

공개 프로퍼티들

프로퍼티 타입 설명
$type mixed
$value mixed

공개 메소드들

메소드 설명
__construct ( mixed $value, mixed $type, array $attributes = [] ) Constructs a fake node.
getSubNodeNames ( ) : array

메소드 상세

__construct() 공개 메소드

Constructs a fake node.
public __construct ( mixed $value, mixed $type, array $attributes = [] )
$value mixed Value of the Node
$type mixed Type of the node
$attributes array Additional attributes

getSubNodeNames() 공개 메소드

public getSubNodeNames ( ) : array
리턴 array

프로퍼티 상세

$type 공개적으로 프로퍼티

public mixed $type
리턴 mixed

$value 공개적으로 프로퍼티

public mixed $value
리턴 mixed