PHP 클래스 Neos\Flow\Tests\Reflection\Fixture\DummyClassWithMethods

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

공개 메소드들

메소드 설명
firstMethod ( string $arg1, &$arg2, stdClass $arg3, $arg4 = 'default' ) : void Some method

보호된 메소드들

메소드 설명
secondMethod ( ) : void Some method

메소드 상세

firstMethod() 공개 메소드

Some method
public firstMethod ( string $arg1, &$arg2, stdClass $arg3, $arg4 = 'default' ) : void
$arg1 string Argument 1 documentation
$arg3 stdClass
리턴 void

secondMethod() 보호된 메소드

Some method
protected secondMethod ( ) : void
리턴 void