PHP Class Sulu\Bundle\TagBundle\Entity\Tag

Inheritance: extends Sulu\Bundle\CoreBundle\Entity\ApiEntity, implements Sulu\Component\Persistence\Model\AuditableInterface
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
__toString ( )
getChanged ( ) : DateTime Get changed.
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface Get changer.
getCreated ( ) : DateTime Get created.
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface Get creator.
getId ( ) : integer Get id.
getName ( ) : string Get name.
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Tag Set changer.
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Tag Set creator.
setId ( integer $id ) : Tag Set id.
setName ( string $name ) : Tag Set name.

Method Details

__toString() public méthode

public __toString ( )

getChanged() public méthode

Get changed.
public getChanged ( ) : DateTime
Résultat DateTime

getChanger() public méthode

Get changer.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Component\Security\Authentication\UserInterface

getCreated() public méthode

Get created.
public getCreated ( ) : DateTime
Résultat DateTime

getCreator() public méthode

Get creator.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Component\Security\Authentication\UserInterface

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

getName() public méthode

Get name.
public getName ( ) : string
Résultat string

setChanger() public méthode

Set changer.
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : Tag
$changer Sulu\Component\Security\Authentication\UserInterface
Résultat Tag

setCreator() public méthode

Set creator.
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : Tag
$creator Sulu\Component\Security\Authentication\UserInterface
Résultat Tag

setId() public méthode

Set id.
public setId ( integer $id ) : Tag
$id integer
Résultat Tag

setName() public méthode

Set name.
public setName ( string $name ) : Tag
$name string
Résultat Tag