PHP 클래스 Wallabag\ApiBundle\Entity\Client

상속: extends FOS\OAuthServerBundle\Entity\Client
파일 보기 프로젝트 열기: wallabag/wallabag

보호된 프로퍼티들

프로퍼티 타입 설명
$accessTokens
$id
$name string
$refreshTokens

공개 메소드들

메소드 설명
__construct ( )
getName ( ) : string Get name.
setName ( string $name ) : Client Set name.

메소드 상세

__construct() 공개 메소드

public __construct ( )

getName() 공개 메소드

Get name.
public getName ( ) : string
리턴 string

setName() 공개 메소드

Set name.
public setName ( string $name ) : Client
$name string
리턴 Client

프로퍼티 상세

$accessTokens 보호되어 있는 프로퍼티

protected $accessTokens

$id 보호되어 있는 프로퍼티

protected $id

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$refreshTokens 보호되어 있는 프로퍼티

protected $refreshTokens