Property | Type | Description | |
---|---|---|---|
$container | |||
$services |
Method | Description | |
---|---|---|
__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. |
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $loaders = [] ) | ||
$container | Symfony\Component\DependencyInjection\ContainerInterface | A ContainerInterface instance |
$loaders | array | An array of loaders |