yii\mongodb\file\Cursor::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( Collection $collection, MongoDB\Driver\Cursor $cursor )
$collection Collection
$cursor MongoDB\Driver\Cursor
    public function __construct($collection, $cursor)
    {
        $this->collection = $collection;
        parent::__construct($cursor);
    }