PHP Class Phosphorum\Github\Users

Inheritance: extends Phalcon\Di\Injectable
Afficher le fichier Open project: phalcon/forum Class Usage Examples

Protected Properties

Свойство Type Description
$accessToken
$endPoint
$logger
$response

Méthodes publiques

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

Method Details

__construct() public méthode

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

getEmail() public méthode

public getEmail ( ) : null
Résultat null

getGravatarId() public méthode

public getGravatarId ( ) : mixed
Résultat mixed

getLogin() public méthode

public getLogin ( ) : mixed
Résultat mixed

getName() public méthode

public getName ( ) : mixed
Résultat mixed

isValid() public méthode

public isValid ( ) : boolean
Résultat boolean

request() public méthode

public request ( $method ) : mixed | null
$method
Résultat 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