MongoDB\Driver\Manager::getEncryptedFieldsMap

Return the encryptedFieldsMap auto encryption option for the Manager

説明

final public arrayobjectnull MongoDB\Driver\Manager::getEncryptedFieldsMap()

Returns the encryptedFieldsMap auto encryption option for the Manager, if specified.

パラメータ

この関数にはパラメータはありません。

戻り値

The encryptedFieldsMap auto encryption option for the Manager, or null if it was not specified.

エラー / 例外

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.

参考

  • MongoDB\Driver\Manager::__construct