AppserverIo\Appserver\Core\Api\Node\ContextParamNode::getParamValue PHP Method

getParamValue() public method

Return's the parameter value information.
public getParamValue ( ) : ParamNameNode
return ParamNameNode The parameter value information
    public function getParamValue()
    {
        return $this->paramValue;
    }