Phalcon\Db\Adapter\Mongo\Client::selectCollection PHP Method

selectCollection() public method

public selectCollection ( $db, $collection )
    public function selectCollection($db, $collection)
    {
        return new Collection($this->selectDB($db), $collection);
    }