Class: parserBase

Source Location: /phpDocumentor/ParserData.inc

Class Overview [line 710]


Base class for all elements

Author(s):

Version:

  • Release: @VER@

Copyright:

  • 2002-2008 Gregory Beaver

Variables

Constants

Methods


Child classes:

parserInlineTag
Use this element to represent an {@inline tag} like {@link}
parserStringWithInlineTags
Used to represent strings that contain inline tags, so that they can be properly parsed at link time
parserElement
all elements except parserPackagePage descend from this abstract class

Inherited Variables

Inherited Constants

Inherited Methods



Class Details

Base class for all elements

Tags:

[ Top ]


Class Variables

$type =  'base'

[line 717]

Type is used by many functions to skip the hassle of if

phpDocumentor_get_class($blah) == 'parserBlah'... always base

Type: string

Overrides:

[ Top ]

$value =  false

[line 723]

set to different things by its descendants

Tags:

  • abstract -

Type: mixed

Overrides:

[ Top ]


Class Methods

getType

string getType( )

[line 730]

gets the type

Tags:

  • return - returns value of $type

Parameters:

[ Top ]

getValue

mixed getValue( )

[line 752]

gets the value

Tags:

  • return - get the value of this element (element-dependent)

Parameters:

[ Top ]

setValue

void setValue( mixed $value)

[line 742]

sets the given value

Parameters:

  • mixed $value - set the value of this element

[ Top ]


Class Constants


Documentation generated on Tue, 06 Dec 2011 07:08:13 -0600 by phpDocumentor 1.4.4