Exemplo n.º 1
0
 static function fetchFilteredList($cond, $asObject = true, $status = eZRSSExport::STATUS_VALID)
 {
     return eZPersistentObject::fetchObjectList(eZRSSExportItem::definition(), null, $cond, array('id' => 'asc', 'status' => $status), null, $asObject);
 }