PHP 클래스 common\Locale

상속: implements Serializabl\Serializable
파일 보기 프로젝트 열기: forkcms/forkcms

보호된 프로퍼티들

프로퍼티 타입 설명
$locale string

공개 메소드들

메소드 설명
__toString ( )
equals ( Locale $locale )
fromString ( $locale ) : self
getLocale ( ) : string
serialize ( ) : string
unserialize ( string $locale ) : Locale

보호된 메소드들

메소드 설명
__construct ( string $locale )
getPossibleLanguages ( ) : array
setLocale ( string $locale ) : self

메소드 상세

__construct() 보호된 메소드

protected __construct ( string $locale )
$locale string

__toString() 공개 메소드

public __toString ( )

equals() 공개 메소드

public equals ( Locale $locale )
$locale Locale

fromString() 공개 정적인 메소드

public static fromString ( $locale ) : self
$locale
리턴 self

getLocale() 공개 메소드

public getLocale ( ) : string
리턴 string

getPossibleLanguages() 추상적인 보호된 메소드

abstract protected getPossibleLanguages ( ) : array
리턴 array

serialize() 공개 메소드

public serialize ( ) : string
리턴 string

setLocale() 보호된 메소드

protected setLocale ( string $locale ) : self
$locale string
리턴 self

unserialize() 공개 메소드

public unserialize ( string $locale ) : Locale
$locale string
리턴 Locale

프로퍼티 상세

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

protected string $locale
리턴 string