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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$age integer
$name string

공개 메소드들

메소드 설명
__construct ( string $name, integer $age )
getAge ( ) : integer
getName ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $name, integer $age )
$name string
$age integer

getAge() 공개 메소드

public getAge ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

프로퍼티 상세

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

protected int $age
리턴 integer

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

protected string $name
리턴 string