Interceptor
in package
This is the Interceptor
Tags
Table of Contents
$instance | : mixed | |
---|---|---|
execute() | This method executes the interceptor | : void |
getInstance() | This method returns the Interceptor (singleton) | : Interceptor |
Properties
$instance
protected
static mixed
$instance
= null
Methods
execute()
This method executes the interceptor
public
abstract execute(Element $element) : void
Parameters
- $element : Element
Tags
Return values
void —getInstance()
This method returns the Interceptor (singleton)
public
final static getInstance() : Interceptor