Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Flarum
Asset
CompilerInterface
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