Exemplo n.º 1
0
Arquivo: Text.php Projeto: techart/tao
 /**
  * Конструктор
  * 
  */
 public function __construct($name)
 {
     $this->text = Text::Builder();
     parent::__construct($name);
 }
Exemplo n.º 2
0
Arquivo: XML.php Projeto: techart/tao
 /**
  * Конструктор
  * 
  * @param string $name
  */
 public function __construct($name)
 {
     $this->xml = XML::Builder();
     parent::__construct($name);
 }