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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait AppserverIo\Appserver\Core\Api\Node\ConnectorsNodeTrait
Show file Open project: appserver-io/appserver Class Usage Examples

Protected Properties

Property Type Description
$uri string The URI to run analytics on

Public Methods

Method Description
getUri ( ) : string Returns the URI to run analytics on

Method Details

getUri() public method

Returns the URI to run analytics on
public getUri ( ) : string
return string The URI at which we have to run analytics

Property Details

$uri protected property

The URI to run analytics on
protected string $uri
return string