Example #1
0
 /**
  * @param array $attributes
  *
  * @return string
  */
 function _renderAttributes($attributes = array())
 {
     return org_glizy_helpers_Html::renderAttributes($attributes, $this->getAttribute('data'));
 }