Esempio n. 1
0
 /**
  *
  * @return string
  */
 public function getElementClass()
 {
     return Inflector::underscore(get_class($this));
 }
Esempio n. 2
0
 /**
  * (non-PHPdoc)
  * @see Renderable::getTemplateFilename()
  */
 public function getTemplateFilename()
 {
     return $this->getPath() . '/' . $this->getName() . '_' . \Simplify\Inflector::underscore($this->getAction());
 }