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

Class: parserBase

Source Location: /phpDocumentor/ParserData.inc

Class parserBase

Class Overview

Base class for all elements

Located in /phpDocumentor/ParserData.inc [line 566]



		
				Author(s):
		
		
		API Tags:
Abstract:  

Information Tags:
Version:  $Id: ParserData.inc,v 1.6 2006/10/23 04:02:46 cellog Exp $
Since:  1.0rc1

Properties

Methods

[ Top ]
Direct descendents
Child Class Description
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

[ Top ]
Property Summary
string   $type   Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
mixed   $value   set to different things by its descendants

[ Top ]
Method Summary
string   getType()  
mixed   getValue()  
void   setValue()  

[ Top ]
Properties
string   $type = 'base' [line 573]

Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'

always base


Redefined in descendants as:
  • parserInlineTag::$type : Element type
  • parserStringWithInlineTags::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserTag::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserDesc::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserPackagePage::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserTutorial::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserInclude::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserGlobal::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserFunction::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserMethod::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserClass::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserVar::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserConst::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
  • parserDefine::$type : Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'

[ Top ]
mixed   $value = false [line 579]

set to different things by its descendants

API Tags:
Abstract:  


Redefined in descendants as:

[ Top ]
Methods
getType  [line 584]

  string getType( )


API Tags:
Return:  returns value of $type


[ Top ]
getValue  [line 600]

  mixed getValue( )


API Tags:
Return:  get the value of this element (element-dependent)


[ Top ]
setValue  [line 592]

  void setValue( mixed $value  )

Parameters:
mixed   $value:  set the value of this element


[ Top ]

Documentation generated on Tue, 24 Oct 2006 09:24:43 -0500 by phpDocumentor 1.3.1