MetaModels\Filter\Setting\SimpleLookup::allowEmpty PHP Метод

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

Determine if this filter setting shall return all matches if no url param has been specified.
public allowEmpty ( ) : boolean
Результат boolean true if all matches shall be returned, false otherwise.
    public function allowEmpty()
    {
        return (bool) $this->get('allow_empty');
    }