PHP Class PartKeepr\TipOfTheDayBundle\Entity\TipOfTheDayHistory

This entity stores each tip of the day the user has already seen.
Inheritance: extends PartKeepr\CoreBundle\Entity\BaseEntity
Afficher le fichier Open project: partkeepr/PartKeepr Class Usage Examples

Méthodes publiques

Méthode Description
getName ( ) : string
getUser ( ) : User
setName ( string $name ) Sets the tip of the day name the user already has seen.
setUser ( User $user ) Sets the user for this entry.

Method Details

getName() public méthode

public getName ( ) : string
Résultat string

getUser() public méthode

public getUser ( ) : User
Résultat PartKeepr\AuthBundle\Entity\User

setName() public méthode

Sets the tip of the day name the user already has seen.
public setName ( string $name )
$name string The tip name

setUser() public méthode

Sets the user for this entry.
public setUser ( User $user )
$user PartKeepr\AuthBundle\Entity\User