PHP 클래스 AppserverIo\Appserver\Core\Api\Node\AnalyticNode

저자: Bernhard Wick ([email protected])
상속: extends AppserverIo\Description\Api\Node\AbstractNode, use trait AppserverIo\Appserver\Core\Api\Node\ConnectorsNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$uri string The URI to run analytics on

공개 메소드들

메소드 설명
getUri ( ) : string Returns the URI to run analytics on

메소드 상세

getUri() 공개 메소드

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

프로퍼티 상세

$uri 보호되어 있는 프로퍼티

The URI to run analytics on
protected string $uri
리턴 string