PHP Interface Flarum\Asset\CompilerInterface

ファイルを表示 Open project: flarum/core Interface Usage Examples

Public Methods

Method Description
addFile ( string $file )
addString ( callable $callback )
compile ( ) : string
flush ( )
getFile ( ) : string
setFilename ( string $filename )

Method Details

addFile() public method

public addFile ( string $file )
$file string

addString() public method

public addString ( callable $callback )
$callback callable

compile() public method

public compile ( ) : string
return string

flush() public method

public flush ( )

getFile() public method

public getFile ( ) : string
return string

setFilename() public method

public setFilename ( string $filename )
$filename string