Свойство | Type | Description | |
---|---|---|---|
$alias | Alias | ||
$name | Namespace, class, function or constant to alias | ||
$type | One of the Stmt\Use_::TYPE_* constants. Will only differ from TYPE_UNKNOWN for mixed group uses |
Méthode | Description | |
---|---|---|
__construct ( |
Constructs an alias (use) node. | |
getSubNodeNames ( ) |
public __construct ( |
||
$name | Namespace/Class to alias | |
$alias | null | string | Alias |
$type | integer | Type of the use element (for mixed group use declarations only) |
$attributes | array | Additional attributes |