PHP Class Jarves\JarvesBundle

Inheritance: extends Symfony\Component\HttpKernel\Bundle\Bundle
Show file Open project: jarves/jarves

Protected Properties

Property Type Description
$booted boolean

Public Methods

Method Description
boot ( )
build ( ContainerBuilder $container )
configure ( ) Configures jarves, reads config files. Necessary when .xml configs changed.
getManagerConfig ( Connection $connection )

Protected Methods

Method Description
registerContentTypes ( Jarves $jarves, Symfony\Component\DependencyInjection\ContainerInterface $container )
registerFieldTypes ( Jarves $jarves, Symfony\Component\DependencyInjection\ContainerInterface $container )
setupObjects ( array $bundleConfigs ) Setup AutoCrud

Method Details

boot() public method

public boot ( )

build() public method

public build ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder

configure() public method

Configures jarves, reads config files. Necessary when .xml configs changed.
public configure ( )

getManagerConfig() public method

public getManagerConfig ( Connection $connection )
$connection Jarves\Configuration\Connection

registerContentTypes() protected method

protected registerContentTypes ( Jarves $jarves, Symfony\Component\DependencyInjection\ContainerInterface $container )
$jarves Jarves
$container Symfony\Component\DependencyInjection\ContainerInterface

registerFieldTypes() protected method

protected registerFieldTypes ( Jarves $jarves, Symfony\Component\DependencyInjection\ContainerInterface $container )
$jarves Jarves
$container Symfony\Component\DependencyInjection\ContainerInterface

setupObjects() protected method

Setup AutoCrud
protected setupObjects ( array $bundleConfigs )
$bundleConfigs array

Property Details

$booted protected property

protected bool $booted
return boolean