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