コード例 #1
0
 /**
  * Counts all associated InventoryLocationsAsCreatedBy
  * @return int
  */
 public function CountInventoryLocationsAsCreatedBy()
 {
     if (is_null($this->intUserAccountId)) {
         return 0;
     }
     return InventoryLocation::CountByCreatedBy($this->intUserAccountId);
 }