PHP 클래스 Joli\SlackSecretSanta\SantaKernel

상속: extends Symfony\Component\HttpKernel\Kernel, use trait Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait
파일 보기 프로젝트 열기: jolicode/slack-secret-santa 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $environment, $debug )
getCacheDir ( )
getLogDir ( )
getRootDir ( )
registerBundles ( )

보호된 메소드들

메소드 설명
configureContainer ( ContainerBuilder $c, Symfony\Component\Config\Loader\LoaderInterface $loader ) Configures the container.
configureRoutes ( Symfony\Component\Routing\RouteCollectionBuilder $routes ) Add or import routes into your application.

메소드 상세

__construct() 공개 메소드

public __construct ( $environment, $debug )

configureContainer() 보호된 메소드

You can register extensions: $c->loadFromExtension('framework', array( 'secret' => '%secret%' )); Or services: $c->register('halloween', 'FooBundle\HalloweenProvider'); Or parameters: $c->setParameter('halloween', 'lot of fun');
protected configureContainer ( ContainerBuilder $c, Symfony\Component\Config\Loader\LoaderInterface $loader )
$c Symfony\Component\DependencyInjection\ContainerBuilder
$loader Symfony\Component\Config\Loader\LoaderInterface

configureRoutes() 보호된 메소드

$routes->import('config/routing.yml'); $routes->add('/admin', 'AppBundle:Admin:dashboard', 'admin_dashboard');
protected configureRoutes ( Symfony\Component\Routing\RouteCollectionBuilder $routes )
$routes Symfony\Component\Routing\RouteCollectionBuilder

getCacheDir() 공개 메소드

public getCacheDir ( )

getLogDir() 공개 메소드

public getLogDir ( )

getRootDir() 공개 메소드

public getRootDir ( )

registerBundles() 공개 메소드

public registerBundles ( )