Neomerx\JsonApi\Http\Headers\MediaType::bothMediaTypeParamsEmpty PHP Method

bothMediaTypeParamsEmpty() private method

private bothMediaTypeParamsEmpty ( Neomerx\JsonApi\Contracts\Http\Headers\MediaTypeInterface $mediaType ) : boolean
$mediaType Neomerx\JsonApi\Contracts\Http\Headers\MediaTypeInterface
return boolean
    private function bothMediaTypeParamsEmpty(MediaTypeInterface $mediaType)
    {
        return $this->getParameters() === null && $mediaType->getParameters() === null;
    }