Prev | Next |
Tag Documentation written by [email protected]Copyright 2002, Gregory Beaver
You may use the @var tag to document the data type of class variables.
The datatype should be a valid PHP type (int, string, bool, etc), a class name for the type of object, or simply "mixed". phpDocumentor will display the optional description unmodified, and defaults to "mixed" if the datatype is not present
Here's an example:
Prev | Up | Next |
@uses | phpDocumentor tags | @version |