Ejemplo n.º 1
0
 /**
  * Get shipments
  *
  * @access public
  * @return array $shipments
  */
 public function get_shipments()
 {
     return Shipment::get_by_delivery($this);
 }