PhpStorm
 
Get PhpStorm

Reusable content in templates

Last modified: 11 October 2024

Include templates are used to define reusable pieces of code (for example, standard headers, copyright statements, and so on) to be inserted in other templates by means of the #parse directives. The built-in PHP include templates are intended for generating file headers and PHPDoc documentation comments. You can also define your own custom templates.

The #parse directive has the following syntax:

For example:

Templates that can be referenced in this way in other templates are listed on the Includes tab of the Editor | File and Code Templates settings page  CtrlAlt0S.