PHP Class Newscoop\GimmeBundle\Entity\RefreshToken

Inheritance: extends FOS\OAuthServerBundle\Entity\RefreshToken
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$client Newscoop\GimmeBundle\Entity\Client
$id
$publication Newscoop\Entity\Publication
$user Symfony\Component\Security\Core\User\UserInterface

Méthodes publiques

Méthode Description
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.

Method Details

getClient() public méthode

Gets the value of client.
public getClient ( ) : Newscoop\GimmeBundle\Entity\Client
Résultat Newscoop\GimmeBundle\Entity\Client

getId() public méthode

Gets the value of id.
public getId ( ) : mixed
Résultat mixed

getPublication() public méthode

Gets the value of publication.
public getPublication ( ) : Newscoop\Entity\Publication
Résultat Newscoop\Entity\Publication

getUser() public méthode

Gets the value of user.
public getUser ( ) : User
Résultat Newscoop\Entity\User

setClient() public méthode

Sets the value of client.
public setClient ( FOS\OAuthServerBundle\Model\ClientInterface $client ) : self
$client FOS\OAuthServerBundle\Model\ClientInterface the client
Résultat self

setId() public méthode

Sets the value of id.
public setId ( mixed $id ) : self
$id mixed the id
Résultat self

setPublication() public méthode

Sets the value of publication.
public setPublication ( Publication $publication ) : self
$publication Newscoop\Entity\Publication the publication
Résultat self

setUser() public méthode

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

Property Details

$client protected_oe property

protected Newscoop\GimmeBundle\Entity\Client $client
Résultat Newscoop\GimmeBundle\Entity\Client

$id protected_oe property

protected $id

$publication protected_oe property

protected Newscoop\Entity\Publication $publication
Résultat Newscoop\Entity\Publication

$user protected_oe property

protected UserInterface,Symfony\Component\Security\Core\User $user
Résultat Symfony\Component\Security\Core\User\UserInterface