PHP 클래스 PhpParser\Node\NullableType

상속: extends PhpParser\NodeAbstract
파일 보기 프로젝트 열기: nikic/php-parser

공개 프로퍼티들

프로퍼티 타입 설명
$type Type

공개 메소드들

메소드 설명
__construct ( string | Name $type, array $attributes = [] ) Constructs a nullable type (wrapping another type).
getSubNodeNames ( )

메소드 상세

__construct() 공개 메소드

Constructs a nullable type (wrapping another type).
public __construct ( string | Name $type, array $attributes = [] )
$type string | Name Type
$attributes array Additional attributes

getSubNodeNames() 공개 메소드

public getSubNodeNames ( )

프로퍼티 상세

$type 공개적으로 프로퍼티

Type
public $type