class SerializableClosure extends SerializableClosure (View source)

Extends SuperClosure for backwards compatibility.

Methods

string
getCode()

Returns the code of the closure being serialized

array
getVariables()

Returns the "used" variables of the closure being serialized

Details

at line line 29
string getCode()

Returns the code of the closure being serialized

Return Value

string

at line line 41
array getVariables()

Returns the "used" variables of the closure being serialized

Return Value

array