Example #1
0
 public function countDeletableItems($not = array())
 {
     return FleximportMappedItem::countBySQL("table_id = :table_id AND item_id NOT IN (:ids)", array('table_id' => $this->getId(), 'ids' => $not ?: ""));
 }