Property | Type | Description | |
---|---|---|---|
$propertyToFile |
Property | Type | Description | |
---|---|---|---|
$_excludeFromExport | |||
$adminAngularTemplates | |||
$adminAssets | |||
$adminPreloadTypescriptModules | |||
$attributes | |||
$bundleName | string | ||
$caches | |||
$contentTypes | |||
$entryPoints | |||
$events | |||
$fieldTypes | |||
$id | |||
$label | string | ||
$listeners | |||
$objectAttributes | |||
$objects | |||
$plugins | |||
$streams | |||
$themes | |||
$version | string |
Method | Description | |
---|---|---|
__construct ( string | Symfony\Component\HttpKernel\Bundle\BundleInterface $bundleClass, null $jarves = null, DOMElement $bundleDoc = null ) | ||
__sleep ( ) : array | ||
addObject ( |
||
boot ( |
All bundle configs have been loaded. | |
collectAssets ( array $assets = null ) : |
||
exportFileBased ( string $property ) : string | ||
getAdminAngularTemplates ( ) : |
||
getAdminAngularTemplatesInfo ( ) : |
||
getAdminAssets ( string $filter = '', boolean $regex = false ) : |
||
getAdminAssetsInfo ( ) : |
||
getAdminPreloadTypescriptModules ( ) : |
||
getAdminPreloadTypescriptModulesInfo ( ) : |
||
getAllEntryPoints ( |
||
getBundleClass ( ) : Symfony\Component\HttpKernel\Bundle\BundleInterface | Returns the Bundle class object. | |
getBundleName ( ) : string | Returns the bundle name with the 'Bundle' suffix. | |
getCaches ( ) : |
||
getComposer ( ) : array | Returns the composer configuration as array. | |
getComposerPath ( ) : string | Returns the path to the composer.json | |
getContentTypes ( ) : |
||
getContentTypesArray ( ) : |
||
getEntryPoint ( string $path ) : |
||
getEntryPoints ( ) : |
||
getEntryPointsArray ( ) : array | ||
getEvents ( ) : |
||
getFieldTypes ( ) : |
||
getFieldTypesArray ( ) : |
||
getLabel ( ) : string | ||
getListeners ( ) : |
||
getName ( ) : string | Returns the bundle name without the 'Bundle' suffix, lowercased. | |
getNamespace ( ) : string | ||
getObject ( string $id ) : |
||
getObjectAttributes ( ) : |
||
getObjectAttributesArray ( ) : array | ||
getObjects ( ) : |
||
getObjectsArray ( ) : array | ||
getPath ( ) : string | ||
getPlugin ( string $id ) : |
||
getPlugins ( ) : |
||
getPluginsArray ( ) : |
||
getPropertyFilePath ( $property ) | ||
getStreams ( ) : |
||
getTheme ( string $id ) : |
||
getThemes ( ) : |
||
getThemesArray ( ) : |
||
getVersion ( ) : string | ||
import ( DOMNode $node, string $file = null ) | ||
newObject ( string $id ) : |
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 |
public __construct ( string | Symfony\Component\HttpKernel\Bundle\BundleInterface $bundleClass, null $jarves = null, DOMElement $bundleDoc = null ) | ||
$bundleClass | string | Symfony\Component\HttpKernel\Bundle\BundleInterface | |
$jarves | null | |
$bundleDoc | DOMElement |
public boot ( |
||
$configs |
public collectAssets ( array $assets = null ) : |
||
$assets | array | |
return |
public exportFileBased ( string $property ) : string | ||
$property | string | |
return | string |
public getAdminAngularTemplates ( ) : |
||
return |
public getAdminAngularTemplatesInfo ( ) : |
||
return |
public getAdminAssets ( string $filter = '', boolean $regex = false ) : |
||
$filter | string | |
$regex | boolean | |
return |
public getAdminAssetsInfo ( ) : |
||
return |
public getAdminPreloadTypescriptModules ( ) : |
||
return |
public getAdminPreloadTypescriptModulesInfo ( ) : |
||
return |
public getAllEntryPoints ( |
||
$entryPoint | ||
return |
public getBundleClass ( ) : Symfony\Component\HttpKernel\Bundle\BundleInterface | ||
return | Symfony\Component\HttpKernel\Bundle\BundleInterface |
public getBundleName ( ) : string | ||
return | string |
public getComposer ( ) : array | ||
return | array |
public getComposerPath ( ) : string | ||
return | string |
public getContentTypesArray ( ) : |
||
return |
public getEntryPoint ( string $path ) : |
||
$path | string | Full path, delimited with `/`; |
return |
public setAdminAngularTemplates ( array $adminAngularTemplates = null ) | ||
$adminAngularTemplates | array |
public setAdminAssets ( array $adminAssets = null ) | ||
$adminAssets | array |
public setAdminPreloadTypescriptModules ( array $adminPreloadTypescriptModules = null ) | ||
$adminPreloadTypescriptModules | array |
public setBundleClass ( Symfony\Component\HttpKernel\Bundle\BundleInterface $class ) | ||
$class | Symfony\Component\HttpKernel\Bundle\BundleInterface |
public setEntryPoints ( array $entryPoints = null ) | ||
$entryPoints | array |
public setObjectAttributes ( array $objectAttributes = null ) | ||
$objectAttributes | array |
protected Asset[],Jarves\Configuration $adminAngularTemplates | ||
return |
protected Asset[],Jarves\Configuration $adminAssets | ||
return |
protected Asset[],Jarves\Configuration $adminPreloadTypescriptModules | ||
return |
protected BundleCache[],Jarves\Configuration $caches | ||
return |
protected ContentType[],Jarves\Configuration $contentTypes | ||
return |
protected EntryPoint[],Jarves\Configuration $entryPoints | ||
return |
protected FieldType[],Jarves\Configuration $fieldTypes | ||
return |
protected Field[],Jarves\Configuration $objectAttributes | ||
return |