Searched defs:key (Results 1 – 5 of 5) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | Yield_.php | 9 public ?Expr $key; variable in PhpParser\\Node\\Expr\\Yield_ 20 public function __construct(?Expr $value = null, ?Expr $key = null, array $attributes = []) {
|
/PHP-Parser/lib/PhpParser/Node/ |
H A D | DeclareItem.php | 10 public Identifier $key; variable in PhpParser\\Node\\DeclareItem 21 public function __construct($key, Node\Expr $value, array $attributes = []) {
|
H A D | ArrayItem.php | 9 public ?Expr $key; variable in PhpParser\\Node\\ArrayItem 25 …public function __construct(Expr $value, ?Expr $key = null, bool $byRef = false, array $attributes…
|
/PHP-Parser/lib/PhpParser/ |
H A D | Node.php | 121 public function setAttribute(string $key, $value): void; 126 public function hasAttribute(string $key): bool; 135 public function getAttribute(string $key, $default = null);
|
H A D | NodeAbstract.php | 151 public function setAttribute(string $key, $value): void { 155 public function hasAttribute(string $key): bool { 159 public function getAttribute(string $key, $default = null) {
|
Completed in 7 milliseconds