コード例 #1
0
ファイル: Order.php プロジェクト: ahmadrabie/Sylius
 /**
  * {@inheritdoc}
  */
 public function isEmpty()
 {
     return $this->items->isEmpty();
 }