Jose\Object\RecipientInterface::getHeader PHP Method

getHeader() public method

Returns the value of the unprotected header of the specified key.
public getHeader ( string $key ) : mixed | null
$key string The key
return mixed | null Header value
    public function getHeader($key);