PHP 클래스 Neos\Flow\Tests\Functional\Reflection\Fixtures\ClassSchemaFixture

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

보호된 프로퍼티들

프로퍼티 타입 설명
$name string
$things array

공개 메소드들

메소드 설명
getName ( ) : string
setName ( string $name ) : void Some text with a @param annotation, which should not be parsed.

메소드 상세

getName() 공개 메소드

public getName ( ) : string
리턴 string

setName() 공개 메소드

Some text with a @param annotation, which should not be parsed.
public setName ( string $name ) : void
$name string
리턴 void

프로퍼티 상세

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

protected string $name
리턴 string

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

protected array $things
리턴 array