Flarum\Asset\CompilerInterface::getFile PHP Method

getFile() public method

public getFile ( ) : string
return string
    public function getFile();

Usage Example

Example #1
0
 /**
  * @return string
  */
 public function getJsFile()
 {
     return $this->js->getFile();
 }
All Usage Examples Of Flarum\Asset\CompilerInterface::getFile