Appendix D. Core Types

This appendix contains a reference of the system data types contained in Phing.

D.1 Description

Allows for a description of the project to be specified that will be included in the output of the phing ‑projecthelp command.

D.1.1 Usage Examples

<description>
This buildfile is used to build the Foo subproject within 
the large, complex Bar project.
</description>