Public Member Functions | |
apply ($value) | |
Static Public Member Functions | |
static | me () |
Static Private Attributes | |
static | $symbols |
Definition at line 15 of file UnTypographizer.class.php.
UnTypographizer::apply | ( | $ | value | ) |
Definition at line 46 of file UnTypographizer.class.php.
static UnTypographizer::me | ( | ) | [static] |
Implements Instantiatable.
Definition at line 41 of file UnTypographizer.class.php.
References Singleton::getInstance().
UnTypographizer::$symbols [static, private] |
array( ' ' => ' ', ' < ' => ' < ', ' > ' => ' > ', '…' => '…', '™' => '™', '©' => '©', '№' => '№', '—' => '—', '—' => '—', '«' => '«', '»' => '»', '•' => '•', '®' => '®', '¼' => '¼', '½' => '½', '¾' => '¾', '±' => '±' )
Definition at line 17 of file UnTypographizer.class.php.