RerunOnMatchException
extends Exception
in package
When thrown, the complete processing of the passed match is aborted and the passed match is rendered to the HTML. At the end, the HTML processor is run on the HTML again.
Table of Contents
Constants
- ID_ATTRIBUTE_NAME = 'consent-rerun-on-match-exception-id'
Properties
- $ID : mixed
- $afterProcessing : mixed
- $id : mixed
- $match : mixed
Methods
- __construct() : mixed
- C'tor.
- getAfterProcessing() : mixed
- Getter.
- getId() : mixed
- Getter.
- getMatch() : mixed
- Getter.
Constants
ID_ATTRIBUTE_NAME
public
mixed
ID_ATTRIBUTE_NAME
= 'consent-rerun-on-match-exception-id'
Properties
$ID
protected
static mixed
$ID
= 0
$afterProcessing
private
mixed
$afterProcessing
$id
private
mixed
$id
= 0
$match
private
mixed
$match
Methods
__construct()
C'tor.
public
__construct(AbstractMatch $match[, callable $afterProcessing = null ]) : mixed
Parameters
- $match : AbstractMatch
- $afterProcessing : callable = null
-
Allows you to register a callback which is executed on the match again.
getAfterProcessing()
Getter.
public
getAfterProcessing() : mixed
getId()
Getter.
public
getId() : mixed
getMatch()
Getter.
public
getMatch() : mixed