PHP 클래스 DataSift_Push_LogEntry

저자: Stuart Dallas ([email protected])
파일 보기 프로젝트 열기: datasift/datasift-php

공개 메소드들

메소드 설명
__construct ( $data_or_subscription_id = false, $request_time = false, $success = null, $message = '' ) Construct an instance from the data in an array.
getMessage ( ) : string Get the log message.
getRequestTime ( ) : integer Get the request time.
getSubscriptionId ( ) : string Get the subscription ID.
getSuccess ( ) : boolean Get whether this entry is reporting a successful action.

메소드 상세

__construct() 공개 메소드

Construct an instance from the data in an array.
public __construct ( $data_or_subscription_id = false, $request_time = false, $success = null, $message = '' )

getMessage() 공개 메소드

Get the log message.
public getMessage ( ) : string
리턴 string

getRequestTime() 공개 메소드

Get the request time.
public getRequestTime ( ) : integer
리턴 integer

getSubscriptionId() 공개 메소드

Get the subscription ID.
public getSubscriptionId ( ) : string
리턴 string

getSuccess() 공개 메소드

Get whether this entry is reporting a successful action.
public getSuccess ( ) : boolean
리턴 boolean