예제 #1
0
파일: User.php 프로젝트: pokap/pool-dbm
 /**
  * @param string $name
  */
 public function setName($name)
 {
     $this->entity->setName($name);
 }