Property | Type | Description | |
---|---|---|---|
$config | array | ||
$loadedTables | array | ||
$tableName | string |
Method | 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 |
Method | Description | |
---|---|---|
addClassDocBlock ( string $className, string $moduleName ) | Add a class doc block | |
addGetOptionsMethod ( $moduleName ) : |
Add a getOptions() method if table has an external dependency |
protected addClassDocBlock ( string $className, string $moduleName ) | ||
$className | string | |
$moduleName | string |
protected addGetOptionsMethod ( $moduleName ) : |
||
$moduleName | ||
return |
public filterUnderscoreToCamelCase ( string $text ) : string | ||
$text | string | |
return | string |