Ubiquity
2.0.3
php rapid development framework
|
Public Member Functions | |
initYuml ($yumlString) | |
![]() | |
create ($config, $initCache=true, $singleTable=null) | |
Protected Member Functions | |
init ($config) | |
getTablesName () | |
getFieldsInfos ($tableName) | |
getPrimaryKeys ($tableName) | |
getForeignKeys ($tableName, $pkName) | |
![]() | |
init ($config) | |
createOneClass ($singleTable, $modelsDir) | |
createRelations () | |
getTableName ($classname) | |
createManyToMany () | |
getJoinTableArray (Model $class, JoinColumnAnnotation $joinColumn) | |
getTablesName () | |
getFieldsInfos ($tableName) | |
getPrimaryKeys ($tableName) | |
writeFile ($filename, $data) | |
Private Attributes | |
$yumlParser | |
Additional Inherited Members | |
![]() | |
$config | |
$tables =array() | |
$classes =array() | |
Definition at line 7 of file YumlModelsCreator.php.
|
protected |
Definition at line 26 of file YumlModelsCreator.php.
|
protected |
Definition at line 39 of file YumlModelsCreator.php.
|
protected |
Definition at line 35 of file YumlModelsCreator.php.
|
protected |
Definition at line 22 of file YumlModelsCreator.php.
|
protected |
Definition at line 13 of file YumlModelsCreator.php.
initYuml | ( | $yumlString | ) |
Definition at line 17 of file YumlModelsCreator.php.
|
private |
Definition at line 11 of file YumlModelsCreator.php.