Method | Description | |
---|---|---|
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. |
public getSystemCollection ( string $key ) : integer | ||
$key | string | |
return | integer | id of system collection |
public isSystemCollection ( integer $id ) | ||
$id | integer |