gossi\codegen\generator\builder\parts\StructBuilderPart::buildConstants PHP Method

buildConstants() protected method

protected buildConstants ( gossi\codegen\model\ConstantsInterface $model )
$model gossi\codegen\model\ConstantsInterface
    protected function buildConstants(ConstantsInterface $model)
    {
        foreach ($model->getConstants() as $constant) {
            $this->generate($constant);
        }
    }