Ejemplo n.º 1
0
 /**
  * Delete all loans associated with a itemtype
  * @param the itemtype
  * @return nothing
  */
 public static function deleteUnicity($itemtype)
 {
     $unicity = new FieldUnicity();
     $unicity->deleteByCriteria(array('itemtype' => $itemtype));
 }