This simple class can store one single word, an occurence counter for it and the word's ID in the WordIndex database.
Definition at line 29 of file TranslationWord.php.
Public Member Functions | |
__construct () | |
SetID ($id) | |
GetID () | |
SetWord ($word) | |
GetWord () | |
SetCount ($count) | |
GetCount () | |
Private Attributes | |
$ID | |
$Word | |
$Count |