Crontab\Variable::render PHP 메소드

render() 공개 메소드

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