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

Class: parserList

Source Location: /phpDocumentor/DescHTML.inc

Class parserList

Class Overview

Used for lists <ol> and <ul>

Located in /phpDocumentor/DescHTML.inc [line 214]

parserBase
   |
   --parserStringWithInlineTags
      |
      --parserList
Author(s): Information Tags:
Version:  $Id: ParserData.inc,v 1.6 2006/10/23 04:02:46 cellog Exp $

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From parserStringWithInlineTags

parserStringWithInlineTags::$type
parserStringWithInlineTags::$value

Inherited From 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
parserStringWithInlineTags::hasInlineTag()
Determine whether the string contains any inline tags
parserStringWithInlineTags::setSource()
Pass source code to any {@source} tags contained within the string for later conversion.
parserStringWithInlineTags::trimmedStrlen()
equivalent to trim(strlen($string))

Inherited From parserBase

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

[ Top ]
Property Summary
integer   $items  
boolean   $numbered  

[ Top ]
Method Summary
parserList   parserList()  
void   addItem()  
void   addList()  
void   Convert()  

[ Top ]
Properties
integer   $items = 0 [line 219]

[ Top ]
boolean   $numbered [line 217]

[ Top ]
Methods
Constructor parserList  [line 223]

  parserList parserList( integer $numbered  )

Parameters:
integer   $numbered: 


[ Top ]
addItem  [line 229]

  void addItem( parserStringWithInlineTags $item  )

Parameters:
parserStringWithInlineTags   $item: 


[ Top ]
addList  [line 235]

  void addList( parserList $list  )

Parameters:
parserList   $list: 


[ Top ]
Convert  [line 245]

  void Convert( Converter &$c  )

Parameters:
Converter   &$c: 

API Tags:
Uses:  Converter::ListItem() - enclose each item of the list
Uses:  Converter::EncloseList() - enclose the list


Redefinition of:
parserStringWithInlineTags::Convert()
Use to convert the string to a real string with all inline tags parsed and linked

[ Top ]

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