예제 #1
0
파일: Shipment.php 프로젝트: sidibea/Sylius
 /**
  * {@inheritdoc}
  */
 public function getShippingItemCount()
 {
     return $this->items->count();
 }
예제 #2
0
파일: Shipment.php 프로젝트: ekyna/commerce
 /**
  * @inheritdoc
  */
 public function hasItems()
 {
     return 0 < $this->items->count();
 }