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

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

Méthodes publiques

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

Method Details

getParamName() public méthode

Return's the parameter name information.
public getParamName ( ) : ParamNameNode
Résultat ParamNameNode The parameter name information

getParamValue() public méthode

Return's the parameter value information.
public getParamValue ( ) : ParamNameNode
Résultat ParamNameNode The parameter value information