Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleaning up code.
  • Loading branch information
nahakiole committed Feb 28, 2019
1 parent 3cd53de commit c4567f0
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 201 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ Belows are the rules to convert from UML model elements to PHP source codes.

### UMLEnumeration

* converted to _PHP Enum_. (as a separate `.php` file)
* converted to _PHP Class_. (as a separate `.php` file)
* `visibility` property to one of modifiers `public`, `protected`, `private` and none.
* _UMLEnumerationLiteral_ to literals of enum.

Expand Down

0 comments on commit c4567f0

Please sign in to comment.