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

buildProperties() protected method

protected buildProperties ( gossi\codegen\model\PropertiesInterface $model )
$model gossi\codegen\model\PropertiesInterface
    protected function buildProperties(PropertiesInterface $model)
    {
        foreach ($model->getProperties() as $property) {
            $this->generate($property);
        }
    }