PHP 클래스 Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\PrototypeClassB

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

보호된 프로퍼티들

프로퍼티 타입 설명
$someProperty string

공개 메소드들

메소드 설명
getSomeProperty ( ) : string
setSomeProperty ( string $someProperty ) : void

메소드 상세

getSomeProperty() 공개 메소드

public getSomeProperty ( ) : string
리턴 string

setSomeProperty() 공개 메소드

public setSomeProperty ( string $someProperty ) : void
$someProperty string
리턴 void

프로퍼티 상세

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

protected string $someProperty
리턴 string