Class parserBase

(line 710)

Description


Located in File: /phpDocumentor/ParserData.inc

Base class for all elements


Classes extended from parserBase:
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

Class Variables

Summary:
string $type
mixed $value

$type = 'base' (line 717)

Data type : string

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

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

$value = false (line 723)

Data type : mixed

set to different things by its descendants
  • abstract: -

Class Constants

Summary:

Method Detail

Summary:
string getType ()
mixed getValue ()
void setValue (mixed $value)

Method getType (line 730)

string getType( )

gets the type

Info

  • return - returns value of $type

Method getValue (line 752)

mixed getValue( )

gets the value

Info

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

Method setValue (line 742)

void setValue( mixed $value)

sets the given value

Parameters

  • mixed $value: set the value of this element

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Mon, 05 Dec 2011 21:28:37 -0600 by phpDocumentor 1.4.4