PHP 클래스 Newscoop\GimmeBundle\Entity\RefreshToken

상속: extends FOS\OAuthServerBundle\Entity\RefreshToken
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$client Newscoop\GimmeBundle\Entity\Client
$id
$publication Newscoop\Entity\Publication
$user Symfony\Component\Security\Core\User\UserInterface

공개 메소드들

메소드 설명
getClient ( ) : Newscoop\GimmeBundle\Entity\Client Gets the value of client.
getId ( ) : mixed Gets the value of id.
getPublication ( ) : Newscoop\Entity\Publication Gets the value of publication.
getUser ( ) : User Gets the value of user.
setClient ( FOS\OAuthServerBundle\Model\ClientInterface $client ) : self Sets the value of client.
setId ( mixed $id ) : self Sets the value of id.
setPublication ( Publication $publication ) : self Sets the value of publication.
setUser ( Symfony\Component\Security\Core\User\UserInterface $user ) : self Sets the value of user.

메소드 상세

getClient() 공개 메소드

Gets the value of client.
public getClient ( ) : Newscoop\GimmeBundle\Entity\Client
리턴 Newscoop\GimmeBundle\Entity\Client

getId() 공개 메소드

Gets the value of id.
public getId ( ) : mixed
리턴 mixed

getPublication() 공개 메소드

Gets the value of publication.
public getPublication ( ) : Newscoop\Entity\Publication
리턴 Newscoop\Entity\Publication

getUser() 공개 메소드

Gets the value of user.
public getUser ( ) : User
리턴 Newscoop\Entity\User

setClient() 공개 메소드

Sets the value of client.
public setClient ( FOS\OAuthServerBundle\Model\ClientInterface $client ) : self
$client FOS\OAuthServerBundle\Model\ClientInterface the client
리턴 self

setId() 공개 메소드

Sets the value of id.
public setId ( mixed $id ) : self
$id mixed the id
리턴 self

setPublication() 공개 메소드

Sets the value of publication.
public setPublication ( Publication $publication ) : self
$publication Newscoop\Entity\Publication the publication
리턴 self

setUser() 공개 메소드

Sets the value of user.
public setUser ( Symfony\Component\Security\Core\User\UserInterface $user ) : self
$user Symfony\Component\Security\Core\User\UserInterface the user
리턴 self

프로퍼티 상세

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

protected Newscoop\GimmeBundle\Entity\Client $client
리턴 Newscoop\GimmeBundle\Entity\Client

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

protected $id

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

protected Newscoop\Entity\Publication $publication
리턴 Newscoop\Entity\Publication

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

protected UserInterface,Symfony\Component\Security\Core\User $user
리턴 Symfony\Component\Security\Core\User\UserInterface