PHP Interface PhpParser\Node\FunctionLike

Inheritance: extends PhpParser\Node
Afficher le fichier Open project: nikic/PHP-Parser Interface Usage Examples

Méthodes publiques

Méthode Description
getParams ( ) : Param[] List of parameters
getReturnType ( ) : null | string | Name | NullableType Get the declared return type or null
getStmts ( ) : PhpParser\Node\Stmt[] The function body
returnsByRef ( ) : boolean Whether to return by reference

Method Details

getParams() public méthode

List of parameters
public getParams ( ) : Param[]
Résultat Param[]

getReturnType() public méthode

Get the declared return type or null
public getReturnType ( ) : null | string | Name | NullableType
Résultat null | string | Name | NullableType

getStmts() public méthode

The function body
public getStmts ( ) : PhpParser\Node\Stmt[]
Résultat PhpParser\Node\Stmt[]

returnsByRef() public méthode

Whether to return by reference
public returnsByRef ( ) : boolean
Résultat boolean