phpDocumentor
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

@version

Version of current element

Gregory Beaver
Tag Documentation written by cellog@php.net
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. }

Выше
@var phpDocumentor tags phpDocumentor Inline tags
    Поддержать сайт на родительском проекте КГБ