44 $this->pObj->optValues[
'order'] = array_reverse($this->pObj->optValues[
'order']);
58 if ($result[
'count'] > 0) {
59 foreach ($result[
'rows'] as $rowIndex => $row) {
60 $result[
'rows'][$rowIndex][
'description'] = \str_replace(
'foo',
'bar', $row[
'description']);
86 $tmplContent[
'description'] =
'<em>' . $tmplContent[
'description'] .
'</em>';
87 $tmplContent[
'path'] =
'';