コード例 #1
0
ファイル: TextNode.php プロジェクト: kch42/ste
 public function __construct($tpl, $off, $text = "")
 {
     parent::__construct($tpl, $off);
     $this->text = $text;
 }
コード例 #2
0
ファイル: ste.php プロジェクト: ratatoeskr-cms/r7r-repo
 public function __construct($tpl, $off, $name = "")
 {
     parent::__construct($tpl, $off);
     $this->name = $name;
 }