Class: BBCodeParser

Source Location: /CORE/system/classes/parser/BBCodeParser.php

Class BBCodeParser

Class Overview

Class used for parsing BBCode into HTML.

Located in /CORE/system/classes/parser/BBCodeParser.php [line 35]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: BBCodeParser.php,v 1.2 2007/02/19 18:03:59 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
BBCodeParser   BBCodeParser()  
void   parse()   Returns HTML for the given BBCode.

[ Top ]
Methods
Constructor BBCodeParser  [line 38]

  BBCodeParser BBCodeParser( )



[ Top ]
parse  [line 46]

  void parse( String $bbcode, [boolean $strip_html = true]  )

Returns HTML for the given BBCode.

Parameters:
String   $bbcode:  bbcode the BBCode to parse to HTML
boolean   $strip_html:  strip_html if HTML Tags should be stripped or kept


[ Top ]