PHP Class DataSift_Account

Author: Chris Knight ([email protected])
显示文件 Open project: datasift/datasift-php

Protected Properties

Property Type Description
$_user DataSift_User User
$apiClient string apiClient

Public Methods

Method Description
__construct ( DataSift_User $user ) Constructor
usage ( $start = false, $end = false, $period = null ) : string Returns the user agent this library should use for all API calls.

Protected Methods

Method Description
getUserAgent ( ) : string Returns the user agent this library should use for all API calls.

Method Details

__construct() public method

Constructor
public __construct ( DataSift_User $user )
$user DataSift_User

getUserAgent() protected method

Returns the user agent this library should use for all API calls.
protected getUserAgent ( ) : string
return string

usage() public method

Returns the user agent this library should use for all API calls.
public usage ( $start = false, $end = false, $period = null ) : string
return string

Property Details

$_user protected_oe property

User
protected DataSift_User $_user
return DataSift_User

$apiClient protected_oe property

apiClient
protected string $apiClient
return string