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

Class: parserInlineTag

Source Location: /PhpDocumentor-1.3.2/phpDocumentor/InlineTags.inc

Class Overview

parserBase
   |
   --parserInlineTag

Use this element to represent an {@inline tag} like {@link}


Author(s):

Version:

  • $Revision: 1.6 $

Variables

Methods


Child classes:

parserLinkInlineTag
represents inline links
parserSourceInlineTag
represents inline source tag, used for function/method source
parserInheritdocInlineTag
Represents the inheritdoc inline tag, used by classes/methods/vars to inherit
parserIdInlineTag
Represents the inline {@id} tag for tutorials
parserTocInlineTag
Represents {@toc} for table of contents generation in tutorials

Inherited Variables

Inherited Methods


Class Details

[line 49]
Use this element to represent an {@inline tag} like {@link}


[ Top ]


Class Variables

$inlinetype =  ''

[line 67]

the name of the inline tag (like link)

Type:   string


[ Top ]

$type =  'inlinetag'

[line 62]

Element type

Type is used by many functions to skip the hassle of

  1.  if phpDocumentor_get_class($blah== 'parserBlah'
always "inlinetag"


Type:   string
Overrides:   Array


[ Top ]



Method Detail

parserInlineTag (Constructor)   [line 73]

parserInlineTag parserInlineTag( string $type, string $value)


Parameters:

string   $type   —  tag type (example: link)
string   $value   —  tag value (example: what to link to)

[ Top ]

getString   [line 99]

string getString( )


Overridden in child classes as:

parserSourceInlineTag::getString()

[ Top ]

Strlen   [line 82]

integer Strlen( )

  • Return: length of the tag

Overridden in child classes as:

parserSourceInlineTag::Strlen()
only used to determine blank lines. {@source} will not be blank,

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:58:50 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.