Наследование: extends DB\Cursor
Пример #1
0
 public function __construct($collection = null)
 {
     $db = Base::instance()->get($this->connection);
     parent::__construct($db, $collection ?: $this->collection);
 }