Serializor\ClosureStasis::getCode()
public
static
Documentation
Documentation missing - No docblock found for this method.
Signature
public static function getCode(ReflectionFunction $rf, ?bool &$usedThis = NULL, ?bool &$usedStatic = NULL, ?bool &$isStaticFunction = NULL, ?array &$useStatements = NULL): string
Parameters
| Name | Type | Default |
|---|---|---|
$rf
|
ReflectionFunction |
required |
$usedThis
by-reference
|
?bool |
NULL
|
$usedStatic
by-reference
|
?bool |
NULL
|
$isStaticFunction
by-reference
|
?bool |
NULL
|
$useStatements
by-reference
|
?array |
NULL
|
Returns
string