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

Class: parserUsesTag

Source Location: /phpDocumentor/DocBlockTags.inc

Class parserUsesTag

Class Overview

represents "@uses"

This is exactly like @see except that the element used has a @useby link to this element added to its docblock

Located in /phpDocumentor/DocBlockTags.inc [line 556]

parserBase
   |
   --parserStringWithInlineTags
      |
      --parserTag
         |
         --parserLinkTag
            |
            --parserSeeTag
               |
               --parserUsesTag
Author(s): Information Tags:
Version:  $Id: DocBlockTags.inc,v 1.8 2006/10/24 04:18:14 cellog Exp $
Since:  1.2
Tutorial:  @uses

Properties

Methods

[ Top ]
Direct descendents
Child Class Description
parserUsedByTag This is a virtual tag, it is created by @uses to cross-reference the used element

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From parserTag

parserTag::$type

Inherited From parserStringWithInlineTags

parserStringWithInlineTags::$value

Inherited From parserSeeTag

parserSeeTag::parserSeeTag()
parserSeeTag::Convert()

Inherited From parserLinkTag

parserLinkTag::parserLinkTag()
URL to link to

Inherited From parserTag

parserTag::parserTag()
Set up the tag
parserTag::Convert()
parserTag::getString()
parserTag::HandleEvent()
Called by the parserDescParser when processing a description.

Inherited From parserStringWithInlineTags

parserStringWithInlineTags::add()
equivalent to the . operator ($a = $b . $c)
parserStringWithInlineTags::Convert()
Use to convert the string to a real string with all inline tags parsed and linked
parserStringWithInlineTags::getString()
return the string unconverted (all inline tags are taken out - this
parserStringWithInlineTags::hasInlineTag()
Determine whether the string contains any inline tags
parserStringWithInlineTags::setSource()
Pass source code to any {@source} tags contained within the string for later conversion.
parserStringWithInlineTags::trimmedStrlen()
equivalent to trim(strlen($string))

Inherited From parserBase

parserBase::getType()
parserBase::getValue()
parserBase::setValue()

[ Top ]
Property Summary
string   $keyword   Always "uses"

[ Top ]
Method Summary
parserUsesTag   parserUsesTag()  
string   Convert()   Return a link to documentation for other element, and description of how it is used
parserStringWithInlineTags   getDescription()   Get the description of how the element used is being used.

[ Top ]
Properties
string   $keyword = 'uses' [line 562]

Always "uses"


Redefinition of:
parserSeeTag::$keyword
always 'see'

Redefined in descendants as:

[ Top ]
Methods
Constructor parserUsesTag  [line 570]

  parserUsesTag parserUsesTag( string $seeel, parserStringWithInlineTags $description  )

Parameters:
string   $seeel:  element to link to
parserStringWithInlineTags   $description:  description of how the element is used


[ Top ]
Convert  [line 588]

  string Convert( Converter &$c  )

Return a link to documentation for other element, and description of how it is used

Works exactly like parent::Convert() except that it also includes a description of how the element used is used.

Parameters:
Converter   &$c: 


Redefinition of:
parserSeeTag::Convert()

Redefined in descendants as:

[ Top ]
getDescription  [line 615]

  parserStringWithInlineTags getDescription( )

Get the description of how the element used is being used.


API Tags:
Usedby:  phpDocumentor_IntermediateParser::addUses() - used to initialize $uses


[ Top ]

Documentation generated on Tue, 24 Oct 2006 09:22:22 -0500 by phpDocumentor 1.3.1