Ouzo\Restriction\BetweenRestriction::getValues PHP Method

getValues() public method

public getValues ( )
    public function getValues()
    {
        return array($this->value1, $this->value2);
    }