@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpParam
Interface: PhpParam
Represents a PHP parameter node in a function or method signature.
Extends
Properties
attrGroups
ts
readonly attrGroups: PhpAttrGroup[];attributes
ts
readonly attributes: PhpAttributes;Inherited from
byRef
ts
readonly byRef: boolean;default
ts
readonly default: PhpExpr | null;flags
ts
readonly flags: number;hooks
ts
readonly hooks: PhpPropertyHook[];nodeType
ts
readonly nodeType: "Param";Overrides
type
ts
readonly type: PhpType | null;var
ts
readonly var: PhpExpr;variadic
ts
readonly variadic: boolean;