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

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Show file Open project: appserver-io/appserver Interface Usage Examples

Public Methods

Method Description
getName ( ) : string Returns the application name.
getWebappPath ( ) : string Returns the application's path.

Method Details

getName() public method

Returns the application name.
public getName ( ) : string
return string The unique application name

getWebappPath() public method

Returns the application's path.
public getWebappPath ( ) : string
return string The application's path