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

selectCollection() public method

public selectCollection ( $name )
    public function selectCollection($name)
    {
        return new Collection($this, $name);
    }