getFile() public method

public getFile ( ) : string
return string
Ejemplo n.º 1
0
 /**
  * @return string
  */
 public function getJsFile()
 {
     return $this->js->getFile();
 }
Ejemplo n.º 2
0
 protected function buildJsUrls($baseUrl)
 {
     return $this->buildAssetUrls($baseUrl, [$this->js->getFile(), $this->localeJs->getFile()]);
 }