Example #1
0
 function render()
 {
     $already_title = $this->attr('title');
     if (!$already_title) {
         $children_return = $this->_prepare_children();
         $this->add_attr('title', $children_return);
     }
     return parent::render();
 }
Example #2
0
 function __construct()
 {
     parent::__construct('container');
 }