Cake\ElasticSearch\Query::find PHP Метод

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

{@inheritDoc}
public find ( $type = 'all', $options = [] ) : Query
Результат Query
    public function find($type = 'all', $options = [])
    {
        return $this->_repository->callFinder($type, $this, $options);
    }