Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

PHP Transformation

The PHP transformation converts Platform-Independent Model (PIM) element types to language-specific PHP Class element types and creates encapsulation (producing the getters and setters) according to the options you have set for creating properties from PHP attributes (on the 'PHP Specifications' page of the 'Options' dialog). Note that the public attributes in the PIM are converted to private attributes in the PSM.

Example

The PIM elements

After transformation, become the PSM elements

Learn more