コード例 #1
0
ファイル: Get.php プロジェクト: anime-db/app-bundle
 /**
  * Regist widget.
  *
  * Controller example:
  *   AcmeDemoBundle:Welcome:index
  *   AcmeArticleBundle:Article:show
  *
  * @param string $controller
  *
  * @return bool
  */
 public function registr($controller)
 {
     return $this->container->registr($this->place, $controller);
 }