Свойство | Type | Description | |
---|---|---|---|
$config | array | ||
$loadedTables | array | ||
$tableName | string |
Méthode | Description | |
---|---|---|
__construct ( array $config = [], string $tableName, array $loadedTables = [] ) | ||
build ( string $className, string $moduleName ) | Build the class | |
filterUnderscoreToCamelCase ( string $text ) : string | Filter underscore to camel case |
Méthode | Description | |
---|---|---|
addClassDocBlock ( string $className, string $moduleName ) | Add a class doc block | |
addSelectWithMethod ( ) : |
Add a selectWith() method if table has an external dependency |
protected addClassDocBlock ( string $className, string $moduleName ) | ||
$className | string | |
$moduleName | string |
protected addSelectWithMethod ( ) : |
||
Résultat |
public filterUnderscoreToCamelCase ( string $text ) : string | ||
$text | string | |
Résultat | string |