Searched refs:printCell (Results 1 – 1 of 1) sorted by relevance
/plugin/pagelist/ |
D | helper.php | 662 return $this->printCell('page', $content); 675 return $this->printCell('date', ''); 677 return $this->printCell('date', dformat($this->page['date'], $conf['dformat'])); 688 return $this->printCell('user', $this->page['user']); 720 return $this->printCell('desc', hsc($desc)); 747 return $this->printCell('diff', $content); 755 return $this->printCell('summary', hsc($this->page['summary'])); 771 return $this->printCell($col, $this->page[$col]); 781 protected function printCell($class, $content) function in helper_plugin_pagelist
|