예제 #1
0
파일: App.php 프로젝트: flonology/UrlKeeper
 /**
  * @param string $cssFileName
  * @return string
  */
 private function renderCssLink($cssFileName)
 {
     return $this->serviceContainer->getConfigParams()->getAppUrlBase() . 'css/' . $cssFileName;
 }