Set automatic clearing factor
Used by: - ClearExpiredByFactor
| Parameters: | int – |
|---|---|
| Return type: | PluginOptions |
Get automatic clearing factor
Used by: - ClearExpiredByFactor
| Return type: | int |
|---|
Set callback to call on intercepted exception
Used by: - ExceptionHandler
| Parameters: | callable – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | PluginOptions |
Get callback to call on intercepted exception
Used by: - ExceptionHandler
| Return type: | null|callable |
|---|
Exit if connection aborted and ignore_user_abort is disabled.
| Parameters: | bool – |
|---|---|
| Return type: | PluginOptions |
Exit if connection aborted and ignore_user_abort is disabled.
| Return type: | bool |
|---|
Set automatic optimizing factor
Used by: - OptimizeByFactor
| Parameters: | int – |
|---|---|
| Return type: | PluginOptions |
Set automatic optimizing factor
Used by: - OptimizeByFactor
| Return type: | int |
|---|
Set serializer
Used by: - Serializer
| Parameters: | string|SerializerAdapter – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | Serializer |
Get serializer
Used by: - Serializer
| Return type: | SerializerAdapter |
|---|
Set configuration options for instantiating a serializer adapter
Used by: - Serializer
| Parameters: | mixed – |
|---|---|
| Return type: | PluginOptions |
Get configuration options for instantiating a serializer adapter
Used by: - Serializer
| Return type: | array |
|---|
Set flag indicating we should re-throw exceptions
Used by: - ExceptionHandler
| Parameters: | bool – |
|---|---|
| Return type: | PluginOptions |