@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprStaticCall
Interface: PhpExprStaticCall
Represents a PHP static method call expression (e.g., MyClass::staticMethod()).
Extends
Properties
args
ts
readonly args: PhpArg[];attributes
ts
readonly attributes: PhpAttributes;Inherited from
class
ts
readonly class: PhpExpr | PhpName;name
ts
readonly name:
| PhpExpr
| PhpIdentifier;nodeType
ts
readonly nodeType: "Expr_StaticCall";