Class: parserBase
Source Location: /phpDocumentor/ParserData.inc
Base class for all elements
Author(s):
Version:
Copyright:
Class Details
[line 710]
Base class for all elements
Tags:
version: Release: @VER@
copyright: 2002-2008 Gregory Beaver
todo: CS cleanup - change package to PhpDocumentor
abstract:
since: 1.0rc1
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
$value = false
[line 723]
set to different things by its descendants
Tags:
Class Methods
method getType [line 730]
gets the type
Tags:
return: returns value of
$type
method getValue [line 752]
gets the value
Tags:
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