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

buildMethods() protected method

protected buildMethods ( AbstractPhpStruct $model )
$model gossi\codegen\model\AbstractPhpStruct
    protected function buildMethods(AbstractPhpStruct $model)
    {
        foreach ($model->getMethods() as $method) {
            $this->generate($method);
        }
    }