Jarves\Propel\PropelHelper::fullGenerator PHP 메소드

fullGenerator() 공개 메소드

public fullGenerator ( ) : string
리턴 string
    public function fullGenerator()
    {
        $this->writeConfig();
        $this->writeBuildProperties();
        $this->collectSchemas();
        $content = '';
        $content .= $this->generateClasses();
        $content .= $this->updateSchema();
        return $content;
    }