PHP 클래스 Neos\Flow\Tests\Unit\ObjectManagement\Fixture\ClassWithOptionalArguments

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( mixed $argument1 = null, mixed $argument2 = null, mixed $argument3 = null ) Dummy constructor which accepts up to three arguments

메소드 상세

__construct() 공개 메소드

Dummy constructor which accepts up to three arguments
public __construct ( mixed $argument1 = null, mixed $argument2 = null, mixed $argument3 = null )
$argument1 mixed
$argument2 mixed
$argument3 mixed

프로퍼티 상세

$argument1 공개적으로 프로퍼티

public $argument1

$argument2 공개적으로 프로퍼티

public $argument2

$argument3 공개적으로 프로퍼티

public $argument3