コード例 #1
0
ファイル: panel.php プロジェクト: Ashaan/sygil-framework
 public function __construct($id = '')
 {
     CssPanel::__construct();
     $this->id = $id;
 }
コード例 #2
0
ファイル: form.php プロジェクト: Ashaan/sygil-framework
 public function __construct($name = '')
 {
     CssPanel::__construct();
     $this->name = $name;
 }