PHP Class test\Mockery\Fixtures\MethodWithParametersWithDefaultValues

Show file Open project: padraic/mockery

Public Methods

Method Description
bar ( string $bar = null )
foo ( $bar = null )

Method Details

bar() public method

public bar ( string $bar = null )
$bar string

foo() public method

public foo ( $bar = null )