PHP Class Wallabag\ApiBundle\Entity\Client

Inheritance: extends FOS\OAuthServerBundle\Entity\Client
Afficher le fichier Open project: wallabag/wallabag

Protected Properties

Свойство Type Description
$accessTokens
$id
$name string
$refreshTokens

Méthodes publiques

Méthode Description
__construct ( )
getName ( ) : string Get name.
setName ( string $name ) : Client Set name.

Method Details

__construct() public méthode

public __construct ( )

getName() public méthode

Get name.
public getName ( ) : string
Résultat string

setName() public méthode

Set name.
public setName ( string $name ) : Client
$name string
Résultat Client

Property Details

$accessTokens protected_oe property

protected $accessTokens

$id protected_oe property

protected $id

$name protected_oe property

protected string $name
Résultat string

$refreshTokens protected_oe property

protected $refreshTokens