\Horde_Support_Numerizer_Locale_Pt

Summary

Methods
Properties
Constants
numerize()
$DIRECT_NUMS
$TEN_PREFIXES
$BIG_PREFIXES
No constants found
_splitHyphenatedWords()
_hideAHalf()
_directReplacements()
_replaceTenPrefixes()
_replaceBigPrefixes()
_andition()
_fractionalAddition()
_splitHyphenateWords()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$DIRECT_NUMS

$DIRECT_NUMS : 

Type

$TEN_PREFIXES

$TEN_PREFIXES : 

Type

$BIG_PREFIXES

$BIG_PREFIXES : 

Type

Methods

numerize()

numerize(  $string) 

Parameters

$string

_splitHyphenatedWords()

_splitHyphenatedWords(  $string) 

will mutilate hyphenated-words but shouldn't matter for date extraction

Parameters

$string

_hideAHalf()

_hideAHalf(  $string) 

take the 'a' out so it doesn't turn into a 1, save the half for the end

Parameters

$string

_directReplacements()

_directReplacements(  $string) 

easy/direct replacements

Parameters

$string

_replaceTenPrefixes()

_replaceTenPrefixes(  $string) 

ten, twenty, etc.

Parameters

$string

_replaceBigPrefixes()

_replaceBigPrefixes(  $string) 

hundreds, thousands, millions, etc.

Parameters

$string

_andition()

_andition(  $string) 

Parameters

$string

_fractionalAddition()

_fractionalAddition(  $string) 

Parameters

$string

_splitHyphenateWords()

_splitHyphenateWords(  $string) 

will mutilate hyphenated-words but shouldn't matter for date extraction

Parameters

$string