PHP Class Wallabag\ApiBundle\Entity\Client

Inheritance: extends FOS\OAuthServerBundle\Entity\Client
Datei anzeigen Open project: wallabag/wallabag

Protected Properties

Property Type Description
$accessTokens
$id
$name string
$refreshTokens

Public Methods

Method Description
__construct ( )
getName ( ) : string Get name.
setName ( string $name ) : Client Set name.

Method Details

__construct() public method

public __construct ( )

getName() public method

Get name.
public getName ( ) : string
return string

setName() public method

Set name.
public setName ( string $name ) : Client
$name string
return Client

Property Details

$accessTokens protected_oe property

protected $accessTokens

$id protected_oe property

protected $id

$name protected_oe property

protected string $name
return string

$refreshTokens protected_oe property

protected $refreshTokens