コード例 #1
0
ファイル: Event.php プロジェクト: BGCX262/zsoc-svn-to-git
 public function __construct($type, Bc_Form $form)
 {
     parent::__construct($type);
     $this->_form = $form;
 }