gossi\codegen\tests\fixtures\ClassWithComments::setup PHP Метод

setup() публичный Метод

Looong desc
public setup ( boolean $moo, string $foo = 'test123' ) : boolean
$moo boolean makes a cow
$foo string makes a fow
Результат boolean true on success and false if it fails
    public function setup($moo, $foo = 'test123')
    {
    }
ClassWithComments