PHP Class Neos\Flow\Tests\Reflection\Fixture\DummyClassWithMethods

Show file Open project: neos/flow-development-collection

Public Methods

Method Description
firstMethod ( string $arg1, &$arg2, stdClass $arg3, $arg4 = 'default' ) : void Some method

Protected Methods

Method Description
secondMethod ( ) : void Some method

Method Details

firstMethod() public method

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

secondMethod() protected method

Some method
protected secondMethod ( ) : void
return void