Phalcon\Db\Adapter\Mongo\Collection::__construct PHP Method

__construct() public method

public __construct ( $db, $name )
    public function __construct($db, $name)
    {
        $this->db = $db;
        parent::__construct($db, $name);
    }