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

Class: parserLinkInlineTag

Source Location: /phpDocumentor/InlineTags.inc

Class parserLinkInlineTag

Class Overview

represents inline links

Located in /phpDocumentor/InlineTags.inc [line 113]

parserBase
   |
   --parserInlineTag
      |
      --parserLinkInlineTag
Author(s): Information Tags:
Version:  $Revision: 1.6 $
Since:  1.0rc1
Tutorial:  inline {@link}

Properties

Methods

[ Top ]
Direct descendents
Child Class Description
parserTutorialInlineTag Represents inline links to external tutorial documentation

[ Top ]
Inherited Properties, Constants, and Methods
Property Summary
string   $linktext   text to display in the link, can be different from the link for standard

[ Top ]
Method Summary
parserLinkInlineTag   parserLinkInlineTag()  
false|string   Convert()  
void   ConvertPart()  

[ Top ]
Properties
string   $linktext = '' [line 120]

text to display in the link, can be different from the link for standard

links like websites


[ Top ]
Methods
Constructor parserLinkInlineTag  [line 126]

  parserLinkInlineTag parserLinkInlineTag( string $link, string $text  )

Parameters:
string   $link:  stored in $value, see parserBase::$value
string   $text:  see $linktext


[ Top ]
Convert  [line 146]

  false|string Convert( Converter &$c  )

Parameters:
Converter   &$c:  converter used to change the abstract link into text for display

API Tags:
Return:  returns the converted link or false if not converted successfully


Redefined in descendants as:

[ Top ]
ConvertPart  [line 166]

  void ConvertPart( &$c, $value  )

Parameters:
   &$c: 
   $value: 


[ Top ]

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