- Impact
- 0
Tag Description
@access Sets the visibility of the function. Valid values
are private or public.
@author Allows you to identify the author of the given
PHP code.
@category Identifies the category into which the PHP
package should be sorted.
@copyright Allows you to specify the code’s copyright.
@deprecated Tells other users that this code has been
replaced by newer code, and that this should
not be used anymore.
@example With this tag you can specify a location where
a sample shows the usage of the code.
@filesource Tells phpDocumentor to create a
syntax-highlighted version of the current page.
@access Sets the visibility of the function. Valid values
are private or public.
@author Allows you to identify the author of the given
PHP code.
@category Identifies the category into which the PHP
package should be sorted.
@copyright Allows you to specify the code’s copyright.
@deprecated Tells other users that this code has been
replaced by newer code, and that this should
not be used anymore.
@example With this tag you can specify a location where
a sample shows the usage of the code.
@filesource Tells phpDocumentor to create a
syntax-highlighted version of the current page.













