generateClassName() protected method
Generates a class name from the specified table name.
| protected string generateClassName ( $indexName ) | ||
|---|---|---|
| $indexName | string |
The table name (which may contain schema prefix) |
| return | string |
The generated class name |
Please login to continue.