示例#1
0
 /**
  * Counts all associated PackageTypes
  * @return int
  */
 public function CountPackageTypes()
 {
     if (is_null($this->intCourierId)) {
         return 0;
     }
     return PackageType::CountByCourierId($this->intCourierId);
 }