Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function getRendererTemplates()
 {
     $name = $this->children['content'] ? $this->children['content']->getName() . 'Cell' : 'cell';
     return array($this->row->getSection()->getGrid()->getName() . ucfirst($this->row->getSection()->getName()) . ucfirst($this->row->getName()) . ucfirst($name), $this->row->getSection()->getName() . ucfirst($this->row->getName()) . ucfirst($name), $this->row->getName() . ucfirst($name), $name);
 }