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