Swift_Mime_Headers_UnstructuredHeader::getValue PHP Method

getValue() public method

Get the (unencoded) value of this header.
public getValue ( ) : string
return string
    public function getValue()
    {
        return $this->_value;
    }