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

Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

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

Méthodes protégées

Méthode Description
secondMethod ( ) : void Some method

Method Details

firstMethod() public méthode

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

secondMethod() protected méthode

Some method
protected secondMethod ( ) : void
Résultat void