27 $typeId = (int)$typeId;
30 return ($typeId == static::DEAL
31 || $typeId == static::COMPANY
32 || $typeId == static::COMPANY
33 || $typeId == static::ACTIVITY
34 || $typeId == static::ORDER
35 || $typeId == static::ORDER_SHIPMENT
36 || $typeId == static::ORDER_PAYMENT);