getFile() public method

public getFile ( ) : string
return string
コード例 #1
0
ファイル: AssetManager.php プロジェクト: asifalimd/core
 /**
  * @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()]);
 }