Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Flarum
Asset
CompilerInterface
PHP 인터페이스 Flarum\Asset\CompilerInterface
파일 보기
프로젝트 열기: flarum/core
0 사용 예제들
공개 메소드들
메소드
설명
addFile
(
string
$file
)
addString
(
callable
$callback
)
compile
( ) :
string
flush
( )
getFile
( ) :
string
setFilename
(
string
$filename
)
메소드 상세
addFile()
공개
메소드
public
addFile
(
string
$file
)
$file
string
addString()
공개
메소드
public
addString
(
callable
$callback
)
$callback
callable
compile()
공개
메소드
public
compile
( ) :
string
리턴
string
flush()
공개
메소드
public
flush
( )
getFile()
공개
메소드
public
getFile
( ) :
string
리턴
string
setFilename()
공개
메소드
public
setFilename
(
string
$filename
)
$filename
string