PHP Class MicroKernel

Exibir arquivo Open project: cawakharkov/symfony-micro Class Usage Examples

Public Methods

Method Description
getCacheDir ( )
getLogDir ( )
getRootDir ( )
registerBundles ( )

Protected Methods

Method Description
configureContainer ( ContainerBuilder $c, Symfony\Component\Config\Loader\LoaderInterface $loader )
configureRoutes ( Symfony\Component\Routing\RouteCollectionBuilder $routes )

Method Details

configureContainer() protected method

protected configureContainer ( ContainerBuilder $c, Symfony\Component\Config\Loader\LoaderInterface $loader )
$c Symfony\Component\DependencyInjection\ContainerBuilder
$loader Symfony\Component\Config\Loader\LoaderInterface

configureRoutes() protected method

protected configureRoutes ( Symfony\Component\Routing\RouteCollectionBuilder $routes )
$routes Symfony\Component\Routing\RouteCollectionBuilder

getCacheDir() public method

public getCacheDir ( )

getLogDir() public method

public getLogDir ( )

getRootDir() public method

public getRootDir ( )

registerBundles() public method

public registerBundles ( )