Skip to content

Instantly share code, notes, and snippets.

@kailasnarendran
Created October 19, 2019 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kailasnarendran/df11c8ca5d97f542882c14ae82c66d50 to your computer and use it in GitHub Desktop.
Save kailasnarendran/df11c8ca5d97f542882c14ae82c66d50 to your computer and use it in GitHub Desktop.
object(App\Model\Entity\Shipment) {
'tracking' => '',
'warehouse_id' => (int) 1,
'shipment_handling_units' => [
(int) 0 => object(App\Model\Entity\ShipmentHandlingUnit) {
'shipping_container_id' => (int) 1,
'l' => (float) 1,
'w' => (float) 1,
'h' => (float) 1,
'm' => (float) 1,
'order_lines' => [
(int) 0 => [
'id' => '1',
'_joinData' => [
'qty' => '1'
]
],
(int) 1 => [
'id' => '2',
'_joinData' => [
'qty' => '1'
]
]
],
'[new]' => true,
'[accessible]' => [
'shipment_id' => true,
'l' => true,
'w' => true,
'h' => true,
'm' => true,
'shipping_container_id' => true,
'shipment' => true,
'shipping_container' => true,
'order_lines' => true
],
'[dirty]' => [
'shipping_container_id' => true,
'l' => true,
'w' => true,
'h' => true,
'm' => true,
'order_lines' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'ShipmentHandlingUnits'
}
],
'[new]' => true,
'[accessible]' => [
'carrier_id' => true,
'tracking' => true,
'shipped' => true,
'status_id' => true,
'workflow_id' => true,
'created' => true,
'modified' => true,
'woocommerceid' => true,
'warehouse_id' => true,
'carrier' => true,
'status' => true,
'workflow' => true,
'warehouse' => true,
'shipment_handling_units' => true
],
'[dirty]' => [
'tracking' => true,
'warehouse_id' => true,
'shipment_handling_units' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Shipments'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment