Prev Next

@version

Version of current element

Gregory Beaver
Tag Documentation written by [email protected]
Copyright 2002, Gregory Beaver
(phpDocumentor 0.1+)
@version versionstring [unspecified format]

Description

Documents the version of any element, including a page-level block

NEW v1.2 - @version is now inherited by child classes from a parent class, see inline {@inheritdoc}.

Example

phpDocumentor displays a @version string without modification, so it may be used in any way you'd like:

  1. /**
  2.  * example of @version tag with CVS tag
  3.  * @version $Id: tags.version.pkg,v 1.2 2006-04-29 04:08:27 cellog Exp $;
  4.  */
  5. function datafunction()
  6. {
  7. }
  8.  
  9. /**
  10.  * Custom version string
  11.  * @version customversionstring1.0
  12.  */
  13. class blah
  14. {
  15. }

Prev Up Next
@var phpDocumentor tags phpDocumentor Inline tags

Documentation generated on Tue, 06 Dec 2011 07:03:17 -0600 by phpDocumentor 1.4.4