CloneableInstantiable
Methods |
public __construct(string $name) Creates a function builder.
|
public addAttribute( $attribute) Adds an attribute group.
|
public addStmt( $stmt) Adds a statement.
|
public getNode() : PhpParser Returns the built function node.
|
Properties |
protected array $attributeGroups = []
|
protected string $name |
protected array $stmts = []
|