PHP Class Phosphorum\Github\Users

Inheritance: extends Phalcon\Di\Injectable
Datei anzeigen Open project: phalcon/forum Class Usage Examples

Protected Properties

Property Type Description
$accessToken
$endPoint
$logger
$response

Public Methods

Method Description
__construct ( string $accessToken ) Users constructor
getEmail ( ) : null
getGravatarId ( ) : mixed
getLogin ( ) : mixed
getName ( ) : mixed
isValid ( ) : boolean
request ( $method ) : mixed | null

Method Details

__construct() public method

Users constructor
public __construct ( string $accessToken )
$accessToken string

getEmail() public method

public getEmail ( ) : null
return null

getGravatarId() public method

public getGravatarId ( ) : mixed
return mixed

getLogin() public method

public getLogin ( ) : mixed
return mixed

getName() public method

public getName ( ) : mixed
return mixed

isValid() public method

public isValid ( ) : boolean
return boolean

request() public method

public request ( $method ) : mixed | null
$method
return mixed | null

Property Details

$accessToken protected_oe property

protected $accessToken

$endPoint protected_oe property

protected $endPoint

$logger protected_oe property

protected $logger

$response protected_oe property

protected $response