예제 #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);
 }