PHP Class PhpParser\Node\NullableType

Inheritance: extends PhpParser\NodeAbstract
Afficher le fichier Open project: nikic/php-parser

Méthodes publiques

Свойство Type Description
$type Type

Méthodes publiques

Méthode Description
__construct ( string | Name $type, array $attributes = [] ) Constructs a nullable type (wrapping another type).
getSubNodeNames ( )

Method Details

__construct() public méthode

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

getSubNodeNames() public méthode

public getSubNodeNames ( )

Property Details

$type public_oe property

Type
public $type