Crontab\Variable::__toString PHP Method

__toString() public method

public __toString ( ) : string
return string
    public function __toString()
    {
        try {
            return $this->render();
        } catch (\Exception $exception) {
            return '# ' . $exception;
        }
    }