PHP Класс Newscoop\GimmeBundle\Entity\RefreshToken

Наследование: extends FOS\OAuthServerBundle\Entity\RefreshToken
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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