Ouzo\Restriction\BetweenRestriction::getValues PHP 메소드

getValues() 공개 메소드

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