Method | Description | |
---|---|---|
__construct ( |
||
__toString ( ) : string | ||
alternateGenerator ( |
||
fromNode ( |
||
getFQSEN ( ) : |
public __construct ( |
||
$context | The context in which the structural element lives | |
$name | string | |
$type | ||
$flags | integer | |
$fqsen |
public __toString ( ) : string | ||
return | string | A string representation of this function signature |
public alternateGenerator ( |
||
$code_base | ||
return | Generator | The set of all alternates to this function |
public static fromNode ( |
||
$context | The context in which the node appears | |
$code_base | ||
$node | ast\Node\Decl | An AST node representing a function |
$fqsen | A fully qualified name for the function | |
return | A Func representing the AST node in the given context |
public getFQSEN ( ) : |
||
return |