1431. Class

1431.1. Zend\Cache\Storage\Plugin\IgnoreUserAbort

1431.1.1. Methods

1431.1.1.1. attach

attach()

Attach

Parameters:
  • EventManagerInterface
  • int
Return type:

Serializer

Throws :

ExceptionLogicException

1431.1.1.2. detach

detach()

Detach

Parameters:EventManagerInterface
Return type:Serializer
Throws :ExceptionLogicException

1431.1.1.3. onBefore

onBefore()

Activate ignore_user_abort if not already done and save the target who activated it.

Parameters:Event
Return type:void

1431.1.1.4. onAfter

onAfter()

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.

Parameters:Event
Return type:void

Project Versions

Table Of Contents

Previous topic

1430. Class

Next topic

1432. Class

This Page