interface GeneratorConfigInterface
Methods
| DataModelBuilder | 
                    getConfiguredBuilder(Table $table, string $type)
                     Gets a configured data model builder class for specified table and based on type.  | 
                |
| Pluralizer | 
                    getConfiguredPluralizer()
                     Gets a configured Pluralizer class.  | 
                |
| mixed | 
                    getBuildProperty(string $name)
                     Gets a specific propel (renamed) property from the build.  | 
                |
| 
                    setBuildProperty(string $name, mixed $value)
                     Sets a specific propel (renamed) property from the build.  | 
                ||
| 
                    getConfiguredPlatform(PDO $con = null, $database = null)
                     Creates and configures a new Platform class.  | 
                ||
| 
                    getConfiguredBehavior($name)
                     Gets a configured behavior class  | 
                
Details
        at line 24
                    public            DataModelBuilder
    getConfiguredBuilder(Table $table, string $type)
    
    Gets a configured data model builder class for specified table and based on type.
        at line 31
                    public            Pluralizer
    getConfiguredPluralizer()
    
    Gets a configured Pluralizer class.
        at line 40
                    public            mixed
    getBuildProperty(string $name)
    
    Gets a specific propel (renamed) property from the build.
        at line 48
                    public            
    setBuildProperty(string $name, mixed $value)
    
    Sets a specific propel (renamed) property from the build.
        at line 53
                    public            
    getConfiguredPlatform(PDO $con = null, $database = null)
    
    Creates and configures a new Platform class.
        at line 58
                    public            
    getConfiguredBehavior($name)
    
    Gets a configured behavior class