| Fully Qualified Name: | Laminas\Cache\Storage\Plugin\IgnoreUserAbort |
| Extends: | AbstractPlugin |
| Name | Description | Defined By |
|---|---|---|
| attach() | {@inheritDoc} | IgnoreUserAbort |
| detach() | {@inheritDoc} | AbstractListenerAggregate |
| getOptions() | Get all pattern options | AbstractPlugin |
| onAfter() | Reset ignore_user_abort if it's activated and if it's the same target who activated it. | IgnoreUserAbort |
| onBefore() | Activate ignore_user_abort if not already done and save the target who activated it. | IgnoreUserAbort |
| setOptions() | Set pattern options | AbstractPlugin |
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $events | ||
| $priority |
Returns:
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $events |
Returns:
Get all pattern options
Returns: \PluginOptions
Reset ignore_user_abort if it's activated and if it's the same target who activated it.
If exit_on_abort is enabled and the connection has been aborted exit the script.
| Parameter Name | Type | Description |
|---|---|---|
| $event | \Event |
Returns: void
Activate ignore_user_abort if not already done and save the target who activated it.
| Parameter Name | Type | Description |
|---|---|---|
| $event | \Event |
Returns: void
Set pattern options
| Parameter Name | Type | Description |
|---|---|---|
| $options | \PluginOptions |
Returns: \AbstractPlugin Provides a fluent interface