Resque\Helpers\SerializableClosure::getCode PHP Метод

getCode() публичный Метод

Get the code for the Closure.
public getCode ( ) : string
Результат string
    public function getCode()
    {
        return $this->code ?: ($this->code = $this->getCodeFromFile());
    }