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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$date DateTime
$parentEntity TestEntity

공개 메소드들

메소드 설명
getDate ( ) : DateTime
getParentEntity ( ) : TestEntity
setDate ( DateTime $date )
setParentEntity ( TestEntity $parentEntity ) : void

메소드 상세

getDate() 공개 메소드

public getDate ( ) : DateTime
리턴 DateTime

getParentEntity() 공개 메소드

public getParentEntity ( ) : TestEntity
리턴 TestEntity

setDate() 공개 메소드

public setDate ( DateTime $date )
$date DateTime

setParentEntity() 공개 메소드

public setParentEntity ( TestEntity $parentEntity ) : void
$parentEntity TestEntity
리턴 void

프로퍼티 상세

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

protected DateTime $date
리턴 DateTime

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

protected TestEntity,Neos\Flow\Tests\Functional\Persistence\Fixtures $parentEntity
리턴 TestEntity