예제 #1
0
파일: TextNode.php 프로젝트: kch42/ste
 public function __construct($tpl, $off, $text = "")
 {
     parent::__construct($tpl, $off);
     $this->text = $text;
 }
예제 #2
0
 public function __construct($tpl, $off, $name = "")
 {
     parent::__construct($tpl, $off);
     $this->name = $name;
 }