generateClassName() protected method
Generates a class name from the specified table name.
protected string generateClassName ( $tableName, $useSchemaName = null ) | ||
---|---|---|
$tableName | string |
The table name (which may contain schema prefix) |
$useSchemaName | boolean |
Should schema name be included in the class name, if present |
return | string |
The generated class name |
Please login to continue.