Ouzo\Restriction\GreaterThanRestriction::toSql PHP Метод

toSql() публичный Метод

public toSql ( $fieldName )
    public function toSql($fieldName)
    {
        return $fieldName . ' > ?';
    }
GreaterThanRestriction