Example #1
0
 function init()
 {
     parent::init();
     $this->addCondition('type', 'spreadsheet');
 }
Example #2
0
File: ToDo.php Project: xepan/hr
 function init()
 {
     parent::init();
     $this->addCondition('type', 'todo');
 }
Example #3
0
File: Upload.php Project: xepan/hr
 function init()
 {
     parent::init();
     $this->addCondition('type', 'upload');
 }