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

__construct() public method

public __construct ( $collection, $ref )
    public function __construct($collection, $ref)
    {
        $this->collection = $collection;
        $this->ref = $ref;
    }