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