Search\Model\Filter\Base::skip PHP Метод

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

Checks whether this finder should be skipped.
public skip ( ) : boolean
Результат boolean
    public function skip()
    {
        return !$this->present() || $this->filterEmpty() && empty($this->_args[$this->name()]) && !is_numeric($this->_args[$this->name()]);
    }