Prev | Next |
PHP Conventions
Enterprise Architect supports the round trip engineering of PHP 4 and 5, where these conventions are used.
Stereotypes
Stereotype |
Applies To |
See also |
---|---|---|
trait |
Class Corresponds To: A 'trait'. |
|
property get |
Operation Corresponds To: A 'read' property. |
|
property set |
Operation Corresponds To: A 'write' property. |
Tagged Values
Tag |
Applies To |
See also |
---|---|---|
attribute_name |
Operation with stereotype property get or property set Corresponds To: The name of the variable behind this property. |
|
final |
Operations in PHP 5 Corresponds To: The 'final' keyword. |
Common Conventions
PHP 5 Conventions
Learn more