PHP 인터페이스 Jarves\AssetHandler\LoaderHandlerInterface

파일 보기 프로젝트 열기: jarves/jarves

공개 메소드들

메소드 설명
getTags ( array $assetsInfos = [], boolean $concatenation = false ) : string
needsGrouping ( ) : boolean Returns true if the order of the scripts should be keep together when minifying.

메소드 상세

getTags() 공개 메소드

public getTags ( array $assetsInfos = [], boolean $concatenation = false ) : string
$assetsInfos array
$concatenation boolean
리턴 string

needsGrouping() 공개 메소드

Returns true if the order of the scripts should be keep together when minifying.
public needsGrouping ( ) : boolean
리턴 boolean