gossi\codegen\tests\fixtures\ClassWithComments::setup PHP Method

setup() public method

Looong desc
public setup ( boolean $moo, string $foo = 'test123' ) : boolean
$moo boolean makes a cow
$foo string makes a fow
return boolean true on success and false if it fails
    public function setup($moo, $foo = 'test123')
    {
    }
ClassWithComments