function FrxReport::__destruct in Forena Reports 7.4
Same name and namespace in other branches
- 6.2 FrxReport.inc \FrxReport::__destruct()
- 7.2 FrxReport.inc \FrxReport::__destruct()
- 7.3 FrxReport.inc \FrxReport::__destruct()
File
- ./
FrxReport.inc, line 92 - Basic report provider. Controls the rendering of the report.
Class
Code
function __destruct() {
foreach ($this as $key => $value) {
unset($this->{$key});
}
}