Exemplo n.º 1
0
 protected function preprocess($t, $name, $data)
 {
     return parent::preprocess($t, $name, $data);
 }
Exemplo n.º 2
0
 protected function preprocess($t, $name, $data)
 {
     $t->with(array('doc_fields' => $this->get_doc_fields($name, $data), 'list_fields' => $this->get_list_fields($name, $data)));
     return parent::preprocess($t, $name, $data);
 }