PHP 클래스 Neos\Flow\Tests\Functional\Property\Fixtures\TestEntitySubclassWithNewField

상속: extends TestEntity
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$testField string

공개 메소드들

메소드 설명
getTestField ( ) : string
setTestField ( string $testField )

메소드 상세

getTestField() 공개 메소드

public getTestField ( ) : string
리턴 string

setTestField() 공개 메소드

public setTestField ( string $testField )
$testField string

프로퍼티 상세

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

protected string $testField
리턴 string