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

getParamName() public method

Return's the parameter name information.
public getParamName ( ) : ParamNameNode
return ParamNameNode The parameter name information
    public function getParamName()
    {
        return $this->paramName;
    }