gossi\codegen\generator\builder\parts\StructBuilderPart::buildMethods PHP 메소드

buildMethods() 보호된 메소드

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