Esempio n. 1
0
 public static function doCount(Criteria $criteria, $distinct = false, PropelPDO $con = null)
 {
     //TODO - this is problematic! should fix this!
     /*if (kEntitlementUtils::getEntitlementEnforcement())
     			throw new kCoreException('doCount is not supported for entitlement scope enable');
     		*/
     return parent::doCount($criteria, $distinct, $con);
 }