PHP 클래스 Neos\Flow\Tests\Functional\Aop\Fixtures\EntityWithOptionalConstructorArguments

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

공개 프로퍼티들

프로퍼티 타입 설명
$argument1
$argument2
$argument3

공개 메소드들

메소드 설명
__construct ( mixed $argument1, mixed $argument2 = null, mixed $argument3 = null )

메소드 상세

__construct() 공개 메소드

public __construct ( mixed $argument1, mixed $argument2 = null, mixed $argument3 = null )
$argument1 mixed
$argument2 mixed
$argument3 mixed

프로퍼티 상세

$argument1 공개적으로 프로퍼티

public $argument1

$argument2 공개적으로 프로퍼티

public $argument2

$argument3 공개적으로 프로퍼티

public $argument3