This is a built-in template used each time you create a new PHP class by selecting New | PHP Class from the popup menu in one of the project views.
The template is editable. Along with PHP statements, expressions and comments you can also use the predefined variables listed below. Every variable will be expanded like macros into the corresponding value.
By means of the #parse directive, you can include templates from the Includes tab by specifying the full name of the desired template as a parameter in quotation marks.
Predefined variables will take the following values:
${FILE_NAME}   current file name
${USER}   current user system login name
${DATE}   current system date
${TIME}   current system time
${YEAR}   current year
${MONTH}   current month
${DAY}   current day of the month
${HOUR}   current hour
${MINUTE}   current minute
${PRODUCT_NAME}   current IDE name
${PROJECT_NAME}   current project name
${DS}   Dollar sign, evaluates to a plain '$' character.