Bravo3\Orm\Mappers\Metadata\Condition::setValue PHP Method

setValue() public method

Set Value
public setValue ( mixed $value )
$value mixed
    public function setValue($value)
    {
        $this->value = $value;
        return $this;
    }