Phue\Condition::setValue PHP Method

setValue() public method

Set value to match
public setValue ( string $value ) : self
$value string Value
return self This object
    public function setValue($value)
    {
        $this->value = (string) $value;
        return $this;
    }