Пример #1
0
 /**
  * can be used to set a specific renderer
  *
  * e.g '{value:date}'
  * to use the date renderer
  *
  * @param string template
  */
 public function setTpl($tpl)
 {
     $ret = parent::setTpl($tpl);
     return $ret;
 }