示例#1
0
文件: Text.php 项目: techart/tao
 /**
  * Конструктор
  * 
  */
 public function __construct($name)
 {
     $this->text = Text::Builder();
     parent::__construct($name);
 }
示例#2
0
文件: XML.php 项目: techart/tao
 /**
  * Конструктор
  * 
  * @param string $name
  */
 public function __construct($name)
 {
     $this->xml = XML::Builder();
     parent::__construct($name);
 }