프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$config | array | ||
$foreignKeys | array |
메소드 | 설명 | |
---|---|---|
__construct ( string $className, string $moduleName, string $entityModule, string $entityClass, array $loadedTables = [], array $config = [] ) |
메소드 | 설명 | |
---|---|---|
addClassDocBlock ( string $className ) | Add a class doc block | |
addCreateServiceMethod ( string $className, string $moduleName, string $entityModule, string $entityClass ) | Generate the create service method | |
filterCamelCaseToUnderscore ( string $text ) : string | Filter camel case to underscore | |
filterUnderscoreToCamelCase ( string $text ) : string | Filter camel case to underscore |
protected addClassDocBlock ( string $className ) | ||
$className | string |
protected filterCamelCaseToUnderscore ( string $text ) : string | ||
$text | string | |
리턴 | string |
protected filterUnderscoreToCamelCase ( string $text ) : string | ||
$text | string | |
리턴 | string |