UnTypographizer Class Reference
[Tools for primitive's filtration]

Inheritance diagram for UnTypographizer:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 apply ($value)

Static Public Member Functions

static me ()
 
Returns:
UnTypographizer


Static Private Attributes

static $symbols


Detailed Description

Definition at line 16 of file UnTypographizer.class.php.


Member Function Documentation

static UnTypographizer::me (  )  [static]

Returns:
UnTypographizer

Implements Instantiatable.

Definition at line 42 of file UnTypographizer.class.php.

References Singleton::getInstance().

Here is the call graph for this function:

UnTypographizer::apply ( value  ) 

Implements Filtrator.

Definition at line 47 of file UnTypographizer.class.php.


Member Data Documentation

UnTypographizer::$symbols [static, private]

Initial value:

            array(
                ' '    => ' ',
                ' &lt; '    => ' < ',
                ' &gt; '    => ' > ',
                '&#133;'    => '…',
                '&trade;'   => '™',
                '&copy;'    => '©',
                '&#8470;'   => '№',
                '&#151;'    => '—',
                '&mdash;'   => '—',
                '&laquo;'   => '«',
                '&raquo;'   => '»',
                '&bull;'    => '•',
                '&reg;'     => '®',
                '&frac14;'  => '¼',
                '&frac12;'  => '½',
                '&frac34;'  => '¾',
                '&plusmn;'  => '±'
            )

Definition at line 18 of file UnTypographizer.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:41 2007 for onPHP by  doxygen 1.5.4