PHP Class Sulu\Bundle\TagBundle\Entity\Tag

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

Public Methods

Method 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 method

public __toString ( )

getChanged() public method

Get changed.
public getChanged ( ) : DateTime
return DateTime

getChanger() public method

Get changer.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
return Sulu\Component\Security\Authentication\UserInterface

getCreated() public method

Get created.
public getCreated ( ) : DateTime
return DateTime

getCreator() public method

Get creator.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
return Sulu\Component\Security\Authentication\UserInterface

getId() public method

Get id.
public getId ( ) : integer
return integer

getName() public method

Get name.
public getName ( ) : string
return string

setChanger() public method

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

setCreator() public method

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

setId() public method

Set id.
public setId ( integer $id ) : Tag
$id integer
return Tag

setName() public method

Set name.
public setName ( string $name ) : Tag
$name string
return Tag