Property | Type | Description | |
---|---|---|---|
$possibleReturnValues | array | Array of possible return values | |
$reflection | ReflectionMethod | ||
$returnType | integer | Return type |
Method | Description | |
---|---|---|
__construct ( ReflectionMethod $reflection ) | ReflectionClassMethod constructor. | |
compile ( |
||
getName ( ) : string | ||
isAbstract ( ) : boolean | ||
isPrivate ( ) : boolean | ||
isProtected ( ) : boolean | ||
isPublic ( ) : boolean | ||
isStatic ( ) : boolean |
public __construct ( ReflectionMethod $reflection ) | ||
$reflection | ReflectionMethod |
public compile ( |
||
$context | ||
return |
protected array $possibleReturnValues | ||
return | array |