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

Class: parserPackagePage

Source Location: /PhpDocumentor-1.2.0beta2/phpDocumentor/ParserElements.inc

Class Overview

parserBase
   |
   --parserStringWithInlineTags
      |
      --parserPackagePage



Author(s):

Version:

  • $Id: ParserElements.inc,v 1.33 2003/01/14 08:40:36 CelloG Exp $

Variables

Methods


Child classes:

Inherited Variables

Inherited Methods

Class: parserStringWithInlineTags

parserStringWithInlineTags::add()
equivalent to the . operator ($a = $b . $c)
parserStringWithInlineTags::Convert()
Use to convert the string to a real string with all inline tags parsed and linked
parserStringWithInlineTags::getString()
return the string unconverted (all inline tags are taken out - this should only be used in pre-parsing to see if any other text
parserStringWithInlineTags::setSource()
parserStringWithInlineTags::trimmedStrlen()
equivalent to trim(strlen($string))

Class: parserBase

parserBase::getType()
parserBase::getValue()
parserBase::setLineNum()
parserBase::setValue()

Class Details

[line 1219]


[ Top ]


Class Variables

$package =  'default'

[line 1227]


Type:   string


[ Top ]

$type =  'packagepage'

[line 1225]

Type is used by many functions to skip the hassle of if get_class($blah) == 'parserBlah'
  • Var: always 'packagepage'

Type:   string
Overrides:   Array


[ Top ]



Method Detail

parserPackagePage (Constructor)   [line 1234]

parserPackagePage parserPackagePage( string $package, mixed $xml)


Parameters:

string   $package     

[ Top ]

Convert   [line 1245]

void Convert( mixed &$c)


Overridden in child classes as:

parserTutorial::Convert()

Overrides parserStringWithInlineTags::Convert() (Use to convert the string to a real string with all inline tags parsed and linked)
[ Top ]

isXml   [line 1240]

void isXml( )


[ Top ]


Documentation generated on Fri, 30 Apr 2004 22:10:31 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.