AppserverIo\Appserver\Core\Api\Node\HeaderNode::getValue PHP Méthode

getValue() public méthode

Returns header value
public getValue ( ) : string
Résultat string
    public function getValue()
    {
        return $this->value;
    }