2$this->
data[
'header'] = $this->t(
'{metarefresh:metarefresh:metarefresh_header}');
3$this->includeAtTemplateBase(
'includes/header.php');
5echo(
'<h1>'.$this->
data[
'header'].
'</h1>');
8if (!empty($this->
data[
'logentries'])) {
10 echo
'<pre style="border: 1px solid #aaa; padding: .5em; overflow: scroll">';
11 foreach($this->
data[
'logentries'] AS
$l) {
17 echo $this->t(
'{metarefresh:metarefresh:no_output}');
22$this->includeAtTemplateBase(
'includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.