FrxTitle.inc in Forena Reports 7.4
Implements a title renderer
@author metzlerd
File
renderers/FrxTitle.inc
View source
<?php
class FrxTitle extends FrxRenderer {
public function render() {
$html = $this
->innerXML();
$html = $this->teng
->replace($html);
$this->frxReport->title = $html;
return '';
}
}
Classes
Name |
Description |
FrxTitle |
@file
Implements a title renderer
@author metzlerd |