getFile() public méthode

public getFile ( ) : string
Résultat string
Exemple #1
0
 /**
  * @return string
  */
 public function getJsFile()
 {
     return $this->js->getFile();
 }
 protected function buildJsUrls($baseUrl)
 {
     return $this->buildAssetUrls($baseUrl, [$this->js->getFile(), $this->localeJs->getFile()]);
 }