ProcessorBase
in package
implements
ProcessorInterface
AbstractYes
Class ProcessorBase
Table of Contents
Interfaces
- ProcessorInterface
- Interface ProcessorInterface
Properties
- $id : string
- $title : string
- $container : Grav
Methods
- __construct() : mixed
- ProcessorBase constructor.
- addMessage() : void
- startTimer() : void
- stopTimer() : void
Properties
$id
public
string
$id
= 'processorbase'
$title
public
string
$title
= 'ProcessorBase'
$container
protected
Grav
$container
Methods
__construct()
ProcessorBase constructor.
public
__construct(Grav $container) : mixed
Parameters
- $container : Grav
addMessage()
protected
addMessage(string $message[, string $label = 'info' ][, bool $isString = true ]) : void
Parameters
- $message : string
- $label : string = 'info'
- $isString : bool = true
startTimer()
protected
startTimer([string|null $id = null ][, string|null $title = null ]) : void
Parameters
- $id : string|null = null
- $title : string|null = null
stopTimer()
protected
stopTimer([string|null $id = null ]) : void
Parameters
- $id : string|null = null