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