AppserverIo\Appserver\Core\Api\Node\HeaderNode::getType PHP Method

getType() public method

Returns header type
public getType ( ) : string
return string
    public function getType()
    {
        return $this->type;
    }