@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpPropertyHook
Interface: PhpPropertyHook
Represents a PHP property hook (e.g., __get, __set).
Extends
Properties
attrGroups
ts
readonly attrGroups: PhpAttrGroup[];attributes
ts
readonly attributes: PhpAttributes;Inherited from
body
ts
readonly body:
| PhpExpr
| PhpStmt[]
| null;byRef
ts
readonly byRef: boolean;flags
ts
readonly flags: number;name
ts
readonly name: PhpIdentifier;nodeType
ts
readonly nodeType: "PropertyHook";Overrides
params
ts
readonly params: PhpParam[];