CloneableInstantiable
| Methods |
| public __construct( $trait, $method) Creates a trait use adaptation builder.
|
| public as( $alias) Sets alias of method.
|
| public getNode() : PhpParser Returns the built node.
|
| public insteadof( $traits) Adds overwritten traits.
|
| public makePrivate() Sets adapted method private.
|
| public makeProtected() Sets adapted method protected.
|
| public makePublic() Sets adapted method public.
|
| Properties |
| protected ?PhpParser |
protected array $insteadof = []
|
| protected PhpParser |
| protected ?int $modifier = NULL |
| protected ?PhpParser |
| protected int $type |
| Methods |
| protected setModifier(int $modifier) : void |
| Constants |
| private PhpParser |
| private PhpParser |
| private PhpParser |