예제 #1
0
파일: Hotel.php 프로젝트: blab2015/seh
 /**
  * Get brand
  *
  * @return string
  */
 public function getBrandName()
 {
     return $this->brand->getName();
 }