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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$content string

공개 메소드들

메소드 설명
getContent ( ) : string
setContent ( string $content ) : void

메소드 상세

getContent() 공개 메소드

public getContent ( ) : string
리턴 string

setContent() 공개 메소드

public setContent ( string $content ) : void
$content string
리턴 void

프로퍼티 상세

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

protected string $content
리턴 string