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

Class: parserLinkInlineTag

Source Location: /PhpDocumentor-1.2.0beta2/phpDocumentor/InlineTags.inc

Class Overview

parserBase
   |
   --parserInlineTag
      |
      --parserLinkInlineTag

represents inline links


Author(s):

Version:

  • $Id: InlineTags.inc,v 1.4 2003/01/02 06:28:48 CelloG Exp $

Variables

Methods


Child classes:

parserTutorialInlineTag
represents inline links

Inherited Variables

Inherited Methods


Class Details

[line 66]
represents inline links


[ Top ]


Class Variables

$linktext =  ''

[line 72]

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

Type:   string


[ Top ]



Method Detail

parserLinkInlineTag (Constructor)   [line 78]

parserLinkInlineTag parserLinkInlineTag( string $link, string $text)


Parameters:

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

[ Top ]

Convert   [line 88]

mixed Convert( Converter &$c)

  • Return: returns the converted link or false if not converted successfully

Overridden in child classes as:

parserTutorialInlineTag::Convert()

Parameters:

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

[ Top ]


Documentation generated on Fri, 30 Apr 2004 22:10:06 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.