PHP 클래스 Jarves\JarvesBundle

상속: extends Symfony\Component\HttpKernel\Bundle\Bundle
파일 보기 프로젝트 열기: jarves/jarves

보호된 프로퍼티들

프로퍼티 타입 설명
$booted boolean

공개 메소드들

메소드 설명
boot ( )
build ( ContainerBuilder $container )
configure ( ) Configures jarves, reads config files. Necessary when .xml configs changed.
getManagerConfig ( Connection $connection )

보호된 메소드들

메소드 설명
registerContentTypes ( Jarves $jarves, Symfony\Component\DependencyInjection\ContainerInterface $container )
registerFieldTypes ( Jarves $jarves, Symfony\Component\DependencyInjection\ContainerInterface $container )
setupObjects ( array $bundleConfigs ) Setup AutoCrud

메소드 상세

boot() 공개 메소드

public boot ( )

build() 공개 메소드

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

configure() 공개 메소드

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

getManagerConfig() 공개 메소드

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

registerContentTypes() 보호된 메소드

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

registerFieldTypes() 보호된 메소드

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

setupObjects() 보호된 메소드

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

프로퍼티 상세

$booted 보호되어 있는 프로퍼티

protected bool $booted
리턴 boolean