Ejemplo n.º 1
0
 /**
  * Count FedexShipments
  * by HoldAtLocationState Index(es)
  * @param integer $intHoldAtLocationState
  * @return int
  */
 public static function CountByHoldAtLocationState($intHoldAtLocationState)
 {
     // Call FedexShipment::QueryCount to perform the CountByHoldAtLocationState query
     return FedexShipment::QueryCount(QQ::Equal(QQN::FedexShipment()->HoldAtLocationState, $intHoldAtLocationState));
 }