Swift_Mime_Headers_UnstructuredHeader::getValue PHP Метод

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

Get the (unencoded) value of this header.
public getValue ( ) : string
Результат string
    public function getValue()
    {
        return $this->_value;
    }