Public Member Functions | ||||
| __construct ($charset, $absWeight, $relWeight) | ||||
| ||||
| getAbsWeight () | ||||
| ||||
| getCharset () | ||||
| ||||
| getRelWeight () | ||||
| ||||
Objects of this class are non-mutable. It just holds data.
Definition at line 311 of file CharsetDetector.class.php.
| CharsetWeightMapItem::__construct | ( | $ | charset, | |
| $ | absWeight, | |||
| $ | relWeight | |||
| ) |
| charset | Charset name. |
| absWeight | Absolute weight of charset. | |
| relWeight | Relative weight of charset. Using interval <-1, 1>. |
Definition at line 317 of file CharsetDetector.class.php.
1.5.4