CloneableInstantiable
Constants |
public PhpParser |
public PhpParser |
public PhpParser |
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 adaptated method private.
|
public makeProtected() Sets adaptated method protected.
|
public makePublic() Sets adaptated method public.
|
Properties |
protected $alias = NULL |
protected $insteadof = [] |
protected $method = NULL |
protected $modifier = NULL |
protected $trait = NULL |
protected $type = NULL
|
Methods |
protected setModifier(int $modifier) |