Exemple #1
0
 function init()
 {
     parent::init();
     $this->addCondition('type', 'spreadsheet');
 }
Exemple #2
0
 function init()
 {
     parent::init();
     $this->addCondition('type', 'todo');
 }
Exemple #3
0
 function init()
 {
     parent::init();
     $this->addCondition('type', 'upload');
 }