Jarves\Propel\PropelHelper::fullGenerator PHP Method

fullGenerator() public method

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