BlueShoes Application Framework made with PHP http://www.blueshoes.org/


Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: C:/usr/local/lib/php/blueshoes-4.2/core/html/Bs_HtmlEntities.class.php
BlueShoes Application Framework - html

Bs_HtmlEntities

Bs_Object
   |
  +-- Bs_HtmlEntities

dependencies: Bs_HtmlUtil

 

public class Bs_HtmlEntities extends Bs_Object

dependencies: Bs_HtmlUtil

Authors
Sincebs4.2
Version4.0.$id$
Copyrightblueshoes.org

 

Methods inherited from Bs_Object

isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean

Public Method Summary

void

Bs_HtmlEntities()

constructor
string

toDhtml(string $fullPage)

returns the html entities formatted using dhtml.

Private Method Summary

void

_initData()

void

_importHtmlSpecialChars()

developer function that was used to import all the data. not needed anymore unless
void

bsEntOver()

Warning: documentation is missing.
void

bsEntOut()

Warning: documentation is missing.
void

bsEntClick()

Warning: documentation is missing.

Public Field Summary

object Bs_HtmlUtil

$Bs_HtmlUtil

reference to the global pseudostatic instance.

Private Field Summary

array

$_data

array

$data

Private Constant Summary

BS_HTMLENTITIES_VERSION >>4.0.$x$<< Warning: documentation is missing.

Public Method Details

Bs_HtmlEntities

public void Bs_HtmlEntities( )

  constructor

Returns void


toDhtml

public string toDhtml( string $fullPage )

  returns the html entities formatted using dhtml.

Parameter
string $fullPage
Warning: documentation is missing.
Returns string

(dynamic html code)


Private Method Details

_initData

private void _initData( )

 

Returns void


_importHtmlSpecialChars

private void _importHtmlSpecialChars( )

  developer function that was used to import all the data. not needed anymore unless
one wants to re-import because of whatever.prints the data to the screen.

Returns void


bsEntOver

private void bsEntOver( )

 

Warning: documentation is missing.

Returns void


bsEntOut

private void bsEntOut( )

 

Warning: documentation is missing.

Returns void


bsEntClick

private void bsEntClick( )

 

Warning: documentation is missing.

Returns void


Public Field Details

$Bs_HtmlUtil

public object Bs_HtmlUtil $Bs_HtmlUtil

>><<

reference to the global pseudostatic instance.


Private Field Details

$_data

private array $_data

>><<


See Also _initData()

$data

private array $data

>>array( '34' => array( 'entity' => 'quot', 'desc-en' => 'quotation mark', ), '38' => array( 'entity' => 'amp', 'desc-en' => 'ampersand', ), '60' => array( 'entity' => 'lt', 'desc-en' => 'less-than sign', ), '62' => array( 'entity' => 'gt', 'desc-en' => 'greater-than sign', ), '160' => array( 'entity' => 'nbsp', 'char' => '', 'desc-en' => 'non-breaking space', ), '160' => array( 'entity' => '', 'char' => '', 'desc-en' => '', ), )<<



Private Constant Details

BS_HTMLENTITIES_VERSION

define( BS_HTMLENTITIES_VERSION, >>4.0.$x$<< )
Case: default: case sensitive




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta