예제 #1
0
파일: Get.php 프로젝트: anime-db/app-bundle
 /**
  * @param string $controller
  *
  * @return bool
  */
 public function unregistr($controller)
 {
     return $this->container->unregistr($this->place, $controller);
 }