PHP 클래스 Neos\Flow\Tests\Functional\Persistence\Fixtures\Post

파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$author TestValueObject
$comment Comment Yeah, only one comment allowed for a post ;-) But that's the easiest option for our functional test.
$image Image
$related Doctrine\Common\Collections\Collection
$thumbnail Image
$title string

공개 메소드들

메소드 설명
getAuthor ( ) : TestValueObject
getComment ( ) : Comment
getImage ( ) : Image
getTitle ( ) : string
setAuthor ( TestValueObject $author )
setComment ( $comment ) : void
setImage ( Image $image )
setTitle ( string $title ) : void

메소드 상세

getAuthor() 공개 메소드

getComment() 공개 메소드

public getComment ( ) : Comment
리턴 Comment

getImage() 공개 메소드

public getImage ( ) : Image
리턴 Image

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

setAuthor() 공개 메소드

public setAuthor ( TestValueObject $author )
$author TestValueObject

setComment() 공개 메소드

public setComment ( $comment ) : void
$comment
리턴 void

setImage() 공개 메소드

public setImage ( Image $image )
$image Image

setTitle() 공개 메소드

public setTitle ( string $title ) : void
$title string
리턴 void

프로퍼티 상세

$author 보호되어 있는 프로퍼티

protected TestValueObject,Neos\Flow\Tests\Functional\Persistence\Fixtures $author
리턴 TestValueObject

$comment 보호되어 있는 프로퍼티

Yeah, only one comment allowed for a post ;-) But that's the easiest option for our functional test.
protected Comment,Neos\Flow\Tests\Functional\Persistence\Fixtures $comment
리턴 Comment

$image 보호되어 있는 프로퍼티

protected Image,Neos\Flow\Tests\Functional\Persistence\Fixtures $image
리턴 Image

$thumbnail 보호되어 있는 프로퍼티

protected Image,Neos\Flow\Tests\Functional\Persistence\Fixtures $thumbnail
리턴 Image

$title 보호되어 있는 프로퍼티

protected string $title
리턴 string