gossi\codegen\tests\model\DocblockTest::getMethod PHP Méthode

getMethod() private méthode

private getMethod ( ) : PhpMethod
Résultat gossi\codegen\model\PhpMethod
    private function getMethod()
    {
        return PhpMethod::create(self::METHOD)->setDescription('my method')->setLongDescription('my very long method')->setType('string', 'this method returns a string')->addParameter(PhpParameter::create('a')->setDescription('method-param'));
    }