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

Class: parserBase

Source Location: /PhpDocumentor-1.5.0a1/phpDocumentor/ParserData.inc

Class Overview


Base class for all elements


Author(s):

Version:

  • Release: 1.5.0a1

Copyright:

  • 2002-2008 Gregory Beaver

Variables

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 Methods


Class Details

[line 710]
Base class for all elements


[ 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


[ Top ]

$value =  false

[line 723]

set to different things by its descendants
  • Abstract:

Type:   mixed


[ Top ]



Method Detail

getType   [line 730]

string getType( )

gets the type
  • Return: returns value of $type

[ Top ]

getValue   [line 752]

mixed getValue( )

gets the value
  • Return: get the value of this element (element-dependent)

[ Top ]

setValue   [line 742]

void setValue( mixed $value)

sets the given value

Parameters:

mixed   $value   —  set the value of this element

[ Top ]


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