Flarum\Asset\CompilerInterface::getFile PHP Method

getFile() public method

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

Usage Example

コード例 #1
0
ファイル: AssetManager.php プロジェクト: asifalimd/core
 /**
  * @return string
  */
 public function getJsFile()
 {
     return $this->js->getFile();
 }
All Usage Examples Of Flarum\Asset\CompilerInterface::getFile