PHP 인터페이스 Sulu\Component\Media\SystemCollections\SystemCollectionManagerInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
getSystemCollection ( string $key ) : integer Returns id of system collection with given key.
isSystemCollection ( integer $id ) Returns true if given id is registered as system collection.
warmUp ( ) Builds cache for system collections.

메소드 상세

getSystemCollection() 공개 메소드

Returns id of system collection with given key.
public getSystemCollection ( string $key ) : integer
$key string
리턴 integer id of system collection

isSystemCollection() 공개 메소드

Returns true if given id is registered as system collection.
public isSystemCollection ( integer $id )
$id integer

warmUp() 공개 메소드

Builds cache for system collections.
public warmUp ( )