Home
last modified time | relevance | path

Searched defs:key (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DYield_.php9 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 DDeclareItem.php10 public Identifier $key; variable in PhpParser\\Node\\DeclareItem
21 public function __construct($key, Node\Expr $value, array $attributes = []) {
H A DArrayItem.php9 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 DNode.php121 public function setAttribute(string $key, $value): void;
126 public function hasAttribute(string $key): bool;
135 public function getAttribute(string $key, $default = null);
H A DNodeAbstract.php151 public function setAttribute(string $key, $value): void {
155 public function hasAttribute(string $key): bool {
159 public function getAttribute(string $key, $default = null) {

Completed in 25 milliseconds