ApiPlatform\Core\Problem\Serializer\ErrorNormalizer::__construct PHP Метод

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

public __construct ( boolean $debug = false )
$debug boolean
    public function __construct(bool $debug = false)
    {
        $this->debug = $debug;
    }