ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer::__construct PHP Method

__construct() public method

public __construct ( ApiPlatform\Core\Api\UrlGeneratorInterface $urlGenerator, boolean $debug = false )
$urlGenerator ApiPlatform\Core\Api\UrlGeneratorInterface
$debug boolean
    public function __construct(UrlGeneratorInterface $urlGenerator, bool $debug = false)
    {
        $this->urlGenerator = $urlGenerator;
        $this->debug = $debug;
    }