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

NameTypeDefault
$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

Source

src/ClosureStasis.php:254-386