コード例 #1
0
ファイル: SpreadSheet.php プロジェクト: xepan/hr
 function init()
 {
     parent::init();
     $this->addCondition('type', 'spreadsheet');
 }
コード例 #2
0
ファイル: ToDo.php プロジェクト: xepan/hr
 function init()
 {
     parent::init();
     $this->addCondition('type', 'todo');
 }
コード例 #3
0
ファイル: Upload.php プロジェクト: xepan/hr
 function init()
 {
     parent::init();
     $this->addCondition('type', 'upload');
 }