Crontab\Variable::render PHP Method

render() public method

public render ( ) : string
return string
    public function render()
    {
        return $this->getName() . '=' . $this->getValue();
    }