PHP Class DataSift_Push_LogEntry

Author: Stuart Dallas ([email protected])
Afficher le fichier Open project: datasift/datasift-php

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

getMessage() public méthode

Get the log message.
public getMessage ( ) : string
Résultat string

getRequestTime() public méthode

Get the request time.
public getRequestTime ( ) : integer
Résultat integer

getSubscriptionId() public méthode

Get the subscription ID.
public getSubscriptionId ( ) : string
Résultat string

getSuccess() public méthode

Get whether this entry is reporting a successful action.
public getSuccess ( ) : boolean
Résultat boolean