PHP Interface AppserverIo\Appserver\Core\Api\Node\ContextParamNodeInterface

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Show file Open project: appserver-io/appserver

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