Crontab\Variable::setValue PHP Method

setValue() public method

public setValue ( string $value ) : Variable
$value string
return Variable
    public function setValue($value)
    {
        $this->value = $value;
        return $this;
    }