예제 #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');
 }