예제 #1
0
파일: tag.class.php 프로젝트: ruucla/mwf
 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);
 }