Jarves\Propel\PropelHelper::fullGenerator PHP Méthode

fullGenerator() public méthode

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