메소드 |
설명 |
|
__construct ( Jarves $core, array $bundles = null ) |
|
|
__sleep ( ) |
|
|
addConfig ( Bundle $bundle ) |
|
|
addReboot ( string $source ) |
Recalls bootRunTime on each field when this is call inside one bootRunTime. |
|
boot ( ) : boolean |
|
|
getConfig ( string $bundleName ) : Bundle |
|
|
getConfigFiles ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle ) : string[] |
|
|
getConfigHash ( string $bundleName ) : string |
Returns a md5 hash of all jarves config files (Resources/config/jarves.*.xml). |
|
getConfigs ( ) : Bundle[] |
|
|
getContentType ( string $id ) : ContentType | null |
|
|
getContentTypes ( ) : ContentType[] |
|
|
getFieldType ( string $id ) : FieldType | null |
|
|
getFieldTypes ( ) : FieldType[] |
|
|
getIterator ( ) : Bundle[] |
|
|
getJarves ( ) : Jarves |
|
|
getObject ( string $objectKey ) : Object |
|
|
getObjects ( ) : Object[] |
|
|
getTheme ( string $themeId ) : Theme | null |
|
|
getTriggeredReboots ( ) : array |
|
|
getXmlConfigsForBundle ( Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle ) : array |
Returns a array with following structure: |
|
loadBundles ( array $bundles ) |
|
|
needsReboot ( ) |
|
|
normalizeBundleName ( string $bundleName ) : string |
|
|
parseConfig ( array $configs ) : Bundle[] |
$configs = $configs[$bundleName][$priority][] = $bundleDomElement; |
|
resetReboot ( ) |
|
|
setCore ( Jarves $core ) |
|
|
toArray ( ) : array |
|
|