메소드 |
설명 |
|
__construct ( string | Symfony\Component\HttpKernel\Bundle\BundleInterface $bundleClass, null $jarves = null, DOMElement $bundleDoc = null ) |
|
|
__sleep ( ) : array |
|
|
addObject ( Object $object ) |
|
|
boot ( Configs $configs ) |
All bundle configs have been loaded. |
|
collectAssets ( array $assets = null ) : AssetInfo[] |
|
|
exportFileBased ( string $property ) : string |
|
|
getAdminAngularTemplates ( ) : Asset[] | Assets[] |
|
|
getAdminAngularTemplatesInfo ( ) : AssetInfo[] |
|
|
getAdminAssets ( string $filter = '', boolean $regex = false ) : Asset[] | Assets[] |
|
|
getAdminAssetsInfo ( ) : AssetInfo[] |
|
|
getAdminPreloadTypescriptModules ( ) : Asset[] |
|
|
getAdminPreloadTypescriptModulesInfo ( ) : AssetInfo[] |
|
|
getAllEntryPoints ( EntryPoint $entryPoint = null ) : EntryPoint[] |
|
|
getBundleClass ( ) : Symfony\Component\HttpKernel\Bundle\BundleInterface |
Returns the Bundle class object. |
|
getBundleName ( ) : string |
Returns the bundle name with the 'Bundle' suffix. |
|
getCaches ( ) : BundleCache[] |
|
|
getComposer ( ) : array |
Returns the composer configuration as array. |
|
getComposerPath ( ) : string |
Returns the path to the composer.json |
|
getContentTypes ( ) : ContentType[] |
|
|
getContentTypesArray ( ) : ContentType[] |
|
|
getEntryPoint ( string $path ) : EntryPoint |
|
|
getEntryPoints ( ) : EntryPoint[] |
|
|
getEntryPointsArray ( ) : array |
|
|
getEvents ( ) : Event[] |
|
|
getFieldTypes ( ) : FieldType[] |
|
|
getFieldTypesArray ( ) : FieldType[] |
|
|
getLabel ( ) : string |
|
|
getListeners ( ) : Event[] |
|
|
getName ( ) : string |
Returns the bundle name without the 'Bundle' suffix, lowercased. |
|
getNamespace ( ) : string |
|
|
getObject ( string $id ) : Object | null |
|
|
getObjectAttributes ( ) : Field[] |
|
|
getObjectAttributesArray ( ) : array |
|
|
getObjects ( ) : Object[] |
|
|
getObjectsArray ( ) : array |
|
|
getPath ( ) : string |
|
|
getPlugin ( string $id ) : Plugin |
|
|
getPlugins ( ) : Plugin[] |
|
|
getPluginsArray ( ) : Plugin[] |
|
|
getPropertyFilePath ( $property ) |
|
|
getStreams ( ) : Stream[] |
|
|
getTheme ( string $id ) : Theme |
|
|
getThemes ( ) : Theme[] |
|
|
getThemesArray ( ) : Theme[] |
|
|
getVersion ( ) : string |
|
|
import ( DOMNode $node, string $file = null ) |
|
|
newObject ( string $id ) : Object |
Creates a new Object object and sets Object's Bundle to this instance. |
|
saveConfig ( string $path, boolean $withDefaults = false ) : boolean |
|
|
saveFileBased ( $property ) : boolean |
|
|
setAdminAngularTemplates ( array $adminAngularTemplates = null ) |
|
|
setAdminAssets ( array $adminAssets = null ) |
|
|
setAdminPreloadTypescriptModules ( array $adminPreloadTypescriptModules = null ) |
|
|
setBundleClass ( Symfony\Component\HttpKernel\Bundle\BundleInterface $class ) |
|
|
setBundleName ( string $bundleName ) |
|
|
setCaches ( array $caches = null ) |
|
|
setContentTypes ( array $contentTypes ) |
|
|
setEntryPoints ( array $entryPoints = null ) |
|
|
setEvents ( array $events = null ) |
|
|
setFieldTypes ( array $fieldTypes ) |
|
|
setLabel ( string $label ) |
|
|
setListeners ( array $listeners = null ) |
|
|
setObjectAttributes ( array $objectAttributes = null ) |
|
|
setObjects ( array $objects = null ) |
|
|
setPlugins ( array $plugins = null ) |
|
|
setStreams ( array $streams = null ) |
|
|
setThemes ( array $themes = null ) |
|
|
setVersion ( string $version ) |
|
|
toArray ( boolean $printDefaults = false ) : array |
|
|