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