PHP Класс ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver

Автор: Guilhem N. ([email protected])
Наследование: implements ApiPlatform\Core\PathResolver\OperationPathResolverInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( Symfony\Component\Routing\RouterInterface $router, ApiPlatform\Core\PathResolver\OperationPathResolverInterface $deferred )
resolveOperationPath ( string $resourceShortName, array $operation, boolean $collection ) : string

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

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

public __construct ( Symfony\Component\Routing\RouterInterface $router, ApiPlatform\Core\PathResolver\OperationPathResolverInterface $deferred )
$router Symfony\Component\Routing\RouterInterface
$deferred ApiPlatform\Core\PathResolver\OperationPathResolverInterface

resolveOperationPath() публичный метод

public resolveOperationPath ( string $resourceShortName, array $operation, boolean $collection ) : string
$resourceShortName string
$operation array
$collection boolean
Результат string