Exemplo n.º 1
0
 public function __construct($tag, $inner = '', $params = array())
 {
     $this->_tag_open = HTML_Decorator::tag_open($tag, $params);
     $this->_tag_close = HTML_Decorator::tag_close($tag);
     $this->add_inner($inner);
 }