ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener::__construct PHP Метод

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

public __construct ( ApiPlatform\Core\Api\UrlGeneratorInterface $urlGenerator )
$urlGenerator ApiPlatform\Core\Api\UrlGeneratorInterface
    public function __construct(UrlGeneratorInterface $urlGenerator)
    {
        $this->urlGenerator = $urlGenerator;
    }
AddLinkHeaderListener