yii\mongodb\file\Cursor::setTypeMap PHP Method

setTypeMap() public method

Sets a type map to use for BSON unserialization.
public setTypeMap ( array $typemap )
$typemap array type map.
    public function setTypeMap($typemap)
    {
        $this->getInnerIterator()->setTypeMap($typemap);
    }