gossi\codegen\tests\model\DocblockTest::getConstant PHP Method

getConstant() private method

private getConstant ( ) : PhpConstant
return gossi\codegen\model\PhpConstant
    private function getConstant()
    {
        return PhpConstant::create(self::CONSTANT)->setDescription('my constant')->setLongDescription('my very long contstant')->setType('boolean', 'this constant is a boolean');
    }