PHP Class AppBundle\Entity\Comment

Inheritance: implements AppBundle\Entity\EntityInterface
Afficher le fichier Open project: alfonsomga/symfony.demo.on.roids Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( )
getAuthorEmail ( )
getContent ( )
getId ( )
getPost ( )
getPublishedAt ( )
isLegitComment ( )
setAuthorEmail ( $authorEmail )
setContent ( $content )
setId ( $id )
setPost ( Post $post )
setPublishedAt ( DateTime $publishedAt )

Method Details

__construct() public méthode

public __construct ( )

getAuthorEmail() public méthode

public getAuthorEmail ( )

getContent() public méthode

public getContent ( )

getId() public méthode

public getId ( )

getPost() public méthode

public getPost ( )

getPublishedAt() public méthode

public getPublishedAt ( )

isLegitComment() public méthode

public isLegitComment ( )

setAuthorEmail() public méthode

public setAuthorEmail ( $authorEmail )

setContent() public méthode

public setContent ( $content )

setId() public méthode

public setId ( $id )

setPost() public méthode

public setPost ( Post $post )
$post Post

setPublishedAt() public méthode

public setPublishedAt ( DateTime $publishedAt )
$publishedAt DateTime