PHP 클래스 Symfony\Bundle\FrameworkBundle\Routing\LoaderResolver

If also lazy-loads them.
저자: Fabien Potencier ([email protected])
상속: extends Symfony\Component\Routing\Loader\LoaderResolver
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks

보호된 프로퍼티들

프로퍼티 타입 설명
$container
$services

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $loaders = [] ) Constructor.
resolve ( mixed $resource ) : Symfony\Component\Routing\Loader\LoaderInterface Returns a loader able to load the resource.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $loaders = [] )
$container Symfony\Component\DependencyInjection\ContainerInterface A ContainerInterface instance
$loaders array An array of loaders

resolve() 공개 메소드

Returns a loader able to load the resource.
public resolve ( mixed $resource ) : Symfony\Component\Routing\Loader\LoaderInterface
$resource mixed A resource
리턴 Symfony\Component\Routing\Loader\LoaderInterface A LoaderInterface instance

프로퍼티 상세

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

protected $container

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

protected $services