PHP 클래스 AppBundle\Entity\Comment

상속: implements AppBundle\Entity\EntityInterface
파일 보기 프로젝트 열기: alfonsomga/symfony.demo.on.roids 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
getAuthorEmail ( )
getContent ( )
getId ( )
getPost ( )
getPublishedAt ( )
isLegitComment ( )
setAuthorEmail ( $authorEmail )
setContent ( $content )
setId ( $id )
setPost ( Post $post )
setPublishedAt ( DateTime $publishedAt )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getAuthorEmail() 공개 메소드

public getAuthorEmail ( )

getContent() 공개 메소드

public getContent ( )

getId() 공개 메소드

public getId ( )

getPost() 공개 메소드

public getPost ( )

getPublishedAt() 공개 메소드

public getPublishedAt ( )

isLegitComment() 공개 메소드

public isLegitComment ( )

setAuthorEmail() 공개 메소드

public setAuthorEmail ( $authorEmail )

setContent() 공개 메소드

public setContent ( $content )

setId() 공개 메소드

public setId ( $id )

setPost() 공개 메소드

public setPost ( Post $post )
$post Post

setPublishedAt() 공개 메소드

public setPublishedAt ( DateTime $publishedAt )
$publishedAt DateTime