PHP 클래스 Neos\Neos\Utility\BackendAssetsUtility

파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$settings array

공개 메소드들

메소드 설명
getCssBuiltVersion ( ) : string Returns a shortened md5 of the built CSS file
getJavascriptBuiltVersion ( ) : string Returns a shortened md5 of the built JavaScript file
injectSettings ( array $settings ) : void
shouldLoadMinifiedJavascript ( ) : boolean Returns TRUE if the minified Neos JavaScript sources should be loaded, FALSE otherwise.

메소드 상세

getCssBuiltVersion() 공개 메소드

Returns a shortened md5 of the built CSS file
public getCssBuiltVersion ( ) : string
리턴 string

getJavascriptBuiltVersion() 공개 메소드

Returns a shortened md5 of the built JavaScript file

injectSettings() 공개 메소드

public injectSettings ( array $settings ) : void
$settings array
리턴 void

shouldLoadMinifiedJavascript() 공개 메소드

Returns TRUE if the minified Neos JavaScript sources should be loaded, FALSE otherwise.

프로퍼티 상세

$settings 보호되어 있는 프로퍼티

protected array $settings
리턴 array