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);
    }