Home
last modified time | relevance | path

Searched defs:default (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/
H A DStaticVar.php12 public ?Expr $default; variable in PhpParser\\Node\\StaticVar
21 public function __construct(
H A DPropertyItem.php12 public ?Expr $default; variable in PhpParser\\Node\\PropertyItem
21 public function __construct($name, ?Node\Expr $default = null, array $attributes = []) {
H A DParam.php19 public ?Expr $default; variable in PhpParser\\Node\\Param
41 Expr $var, ?Expr $default = null, ?Node $type = null,
/PHP-Parser/lib/PhpParser/
H A DNode.php135 public function getAttribute(string $key, $default = null);
H A DNodeAbstract.php159 public function getAttribute(string $key, $default = null) {
/PHP-Parser/lib/PhpParser/Builder/
H A DParam.php12 protected ?Node\Expr $default = null; variable in PhpParser\\Builder\\Param
H A DProperty.php19 protected ?Node\Expr $default = null; variable in PhpParser\\Builder\\Property

Completed in 10 milliseconds