PHP Class AppserverIo\Appserver\Core\Api\Node\ContextParamNode

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\ContextParamNodeInterface
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$paramName ParamNameNode The parameter name information.
$paramValue ParamValueNode The parameter value information.

Public Methods

Method Description
getParamName ( ) : ParamNameNode Return's the parameter name information.
getParamValue ( ) : ParamNameNode Return's the parameter value information.

Method Details

getParamName() public method

Return's the parameter name information.
public getParamName ( ) : ParamNameNode
return ParamNameNode The parameter name information

getParamValue() public method

Return's the parameter value information.
public getParamValue ( ) : ParamNameNode
return ParamNameNode The parameter value information

Property Details

$paramName protected property

The parameter name information.
protected ParamNameNode,AppserverIo\Appserver\Core\Api\Node $paramName
return ParamNameNode

$paramValue protected property

The parameter value information.
protected ParamValueNode,AppserverIo\Appserver\Core\Api\Node $paramValue
return ParamValueNode