Phalcon\Db\Adapter\Mongo\DbRef::__construct PHP Метод

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

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