PHP 클래스 MenaraSolutions\Geographer\Services\Poliglottas\Russian

상속: extends Base
파일 보기 프로젝트 열기: menarasolutions/geographer

보호된 프로퍼티들

프로퍼티 타입 설명
$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

메소드 상세

getPreposition() 보호된 메소드

protected getPreposition ( $form, string $result = null ) : string
$form
$result string
리턴 string

inflictFrom() 보호된 메소드

protected inflictFrom ( string $template ) : string
$template string
리턴 string

inflictIn() 보호된 메소드

protected inflictIn ( string $template ) : string
$template string
리턴 string

프로퍼티 상세

$code 보호되어 있는 프로퍼티

protected string $code
리턴 string

$defaultPrepositions 보호되어 있는 프로퍼티

protected array $defaultPrepositions
리턴 array

$removableLetters 보호되어 있는 프로퍼티

protected array $removableLetters
리턴 array

$replacementsFrom 보호되어 있는 프로퍼티

protected array $replacementsFrom
리턴 array

$replacementsIn 보호되어 있는 프로퍼티

protected array $replacementsIn
리턴 array

$vowels 보호되어 있는 프로퍼티

protected array $vowels
리턴 array