예제 #1
0
파일: Order.php 프로젝트: binser/hookah.dev
 public function getDelivery()
 {
     return DeliveryType::getAsText($this->getDeliveryType());
 }