Method |
Description |
|
getAccessModifier ( ) : integer | null |
Gets the access modifier constant. |
|
getHash ( ) : string |
Gets a unique hash of the function signature. |
|
getName ( ) : string | null |
Gets the name of the function/method. |
|
getParameterExpressions ( ) : ParameterExpression[] |
Gets the parameters expressions of the function. |
|
getPolymorphModifier ( ) : integer | null |
Gets the polymorph modifier constant. |
|
getScopedVariableNames ( ) : string[] | null |
Gets an array of the scoped variable names. |
|
getType ( ) : integer |
Gets the function type constant. |
|
isStatic ( ) : boolean | null |
Whether the function is static. |
|
resolveMagic ( Pinq\Parsing\IFunctionMagic $functionMagic ) : Pinq\Parsing\IFunctionSignature |
{@inheritDoc} |
|
returnsReference ( ) : boolean |
Whether the function returns a reference. |
|