getFile() 공개 메소드

public getFile ( ) : string
리턴 string
예제 #1
0
 /**
  * @return string
  */
 public function getJsFile()
 {
     return $this->js->getFile();
 }
예제 #2
0
 protected function buildJsUrls($baseUrl)
 {
     return $this->buildAssetUrls($baseUrl, [$this->js->getFile(), $this->localeJs->getFile()]);
 }