프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$code | string | ||
$defaultPrepositions | array | ||
$removableLetters | array | ||
$replacementsFrom | array | ||
$replacementsIn | array | ||
$vowels | array |
메소드 | 설명 | |
---|---|---|
getPreposition ( $form, string $result = null ) : string | ||
inflictFrom ( string $template ) : string | ||
inflictIn ( string $template ) : string |
메소드 | 설명 | |
---|---|---|
attemptToInflictFirstWordFrom ( $string ) : string | ||
attemptToInflictFirstWordIn ( $string ) : string | ||
getLastLetter ( $string, integer $count = 1 ) : string | ||
isTwoWords ( $string ) : boolean | ||
isVowel ( string $character ) : boolean | ||
removeLastLetter ( $string, integer $count = 1 ) : string | ||
removeLastLetterIfNeeded ( $template ) : string |
protected getPreposition ( $form, string $result = null ) : string | ||
$form | ||
$result | string | |
리턴 | string |
protected inflictFrom ( string $template ) : string | ||
$template | string | |
리턴 | string |