PHP Класс Bolt\Routing\LazyUrlGenerator

Similar concept with {@see \Silex\LazyUrlMatcher LazyUrlMatcher} and {@see \Symfony\Component\HttpKernel\EventListener\RouterListener RouterListener}
Автор: Carson Full ([email protected])
Наследование: implements Symfony\Component\Routing\Generator\UrlGeneratorInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( callable $factory ) LazyUrlGenerator constructor.
generate ( $name, $parameters = [], $referenceType = self::ABSOLUTE_PATH )
getContext ( )
getUrlGenerator ( ) : Symfony\Component\Routing\Generator\UrlGeneratorInterface
setContext ( Symfony\Component\Routing\RequestContext $context )

Описание методов

__construct() публичный Метод

LazyUrlGenerator constructor.
public __construct ( callable $factory )
$factory callable Should return UrlGeneratorInterface when invoked

generate() публичный Метод

public generate ( $name, $parameters = [], $referenceType = self::ABSOLUTE_PATH )

getContext() публичный Метод

public getContext ( )

getUrlGenerator() публичный Метод

public getUrlGenerator ( ) : Symfony\Component\Routing\Generator\UrlGeneratorInterface
Результат Symfony\Component\Routing\Generator\UrlGeneratorInterface

setContext() публичный Метод

public setContext ( Symfony\Component\Routing\RequestContext $context )
$context Symfony\Component\Routing\RequestContext