Example #1
0
 /**
  * Render only attributes
  * @return string
  */
 public function renderAttributes()
 {
     return Renderer::renderTemplate($this->tplAttrs, $this->getRenderArray());
 }