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

Class: parserBase

Source Location: /PhpDocumentor-1.4.0/phpDocumentor/ParserData.inc

Class Overview


Base class for all elements


Author(s):

Version:

  • $Id: ParserData.inc,v 1.8 2007/04/24 21:27:43 ashnazg Exp $

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 574]
Base class for all elements
  • Author: Greg Beaver <cellog@php.net>
  • Version: $Id: ParserData.inc,v 1.8 2007/04/24 21:27:43 ashnazg Exp $
  • Abstract:
  • Since: 1.0rc1


[ Top ]


Class Variables

$type =  'base'

[line 581]

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 587]

set to different things by its descendants
  • Abstract:

Type:   mixed


[ Top ]



Method Detail

getType   [line 592]

string getType( )

  • Return: returns value of $type

[ Top ]

getValue   [line 608]

mixed getValue( )

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

[ Top ]

setValue   [line 600]

void setValue( mixed $value)


Parameters:

mixed   $value   —  set the value of this element

[ Top ]


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