Beispiel #1
0
 /**
  * Finds all events.
  *
  * @return array array of todos represented by the model.
  */
 function findAll($pidList, $eventType = '4')
 {
     return parent::findAll($pidList, '4');
 }