Cloneable
Instantiable
Methods |
public
__construct
(
string
$name
) Creates an interface builder. |
public
addStmt
(
$stmt
) Adds a statement.
|
public
extend
(
$interfaces
) Extends one or more interfaces.
|
public
getNode
() :
PhpParser\Node
Returns the built interface node.
|
Properties |
protected $constants |
protected $extends |
protected $methods |
protected $name |