Definition at line 28 of file TranslationString.php.
Public Member Functions | |
__construct ($stringID=0, $projectID=0, $original="", $localeID=1, $translation="", $sentenceID=0, $lastSeen=0, $rowOrder=0) | |
GetStringID () | |
GetProjectID () | |
GetOriginal () | |
GetLocaleID () | |
GetTranslation () | |
GetSentenceID () | |
GetLastSeen () | |
SetTranslation ($translation) | |
SetRowOrder ($index) | |
Save () | |
DestroyData () | |
FindSimilar ($FindText="", $localeID=0, $FilterPercent=60) | |
FindText ($findText="", $localeID=0, $findOriginal, $start=0, $limit=100) | |
Static Public Member Functions | |
static | InitSentenceLengthCache () |
static | InitWordSentencesCache () |
Static Public Attributes | |
static | $SentenceLengthCache |
static | $WordSentencesCache |
Private Member Functions | |
FindSentenceIndex ($findSimilarToo) | |
StoreSentenceIndex () | |
Private Attributes | |
$StringID | |
$ProjectID | |
$Original | |
$LocaleID | |
$Translation | |
$SentenceID | |
$LastSeen | |
$RowOrder | |
$Matches | |
$Words |