コード例 #1
0
ファイル: alert.php プロジェクト: RCMmedia/rubicon
 function __construct()
 {
     parent::__construct('div');
 }
コード例 #2
0
ファイル: form.php プロジェクト: RCMmedia/rubicon
 function __construct()
 {
     parent::__construct();
     $this->id = 'nts_' . hc_random();
 }