예제 #1
0
파일: Category.php 프로젝트: EHER/chegamos
 public function setName($name)
 {
     $this->name = Inflector::formatTitle($name);
 }
예제 #2
0
파일: Address.php 프로젝트: EHER/chegamos
 public function setDistrict($district)
 {
     $this->district = Inflector::formatTitle($district);
 }