Documentation

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

Properties

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.


        
On this page

Search results