Phalcon\Db\Adapter\MongoDB\GridFS\Bucket::find PHP Метод

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

Finds documents from the GridFS bucket's files collection matching the query.
См. также: Find::__construct() for supported options
public find ( array | object $filter, array $options = [] ) : MongoDB\Driver\Cursor
$filter array | object Query by which to filter documents
$options array Additional options
Результат MongoDB\Driver\Cursor
    public function find($filter, array $options = [])
    {
        return $this->collectionWrapper->findFiles($filter, $options);
    }