PHP 클래스 Overtrue\Validation\Translator

상속: implements Overtrue\Validation\TranslatorInterface
파일 보기 프로젝트 열기: overtrue/validation

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultMessages array 默认消息.
$messages

공개 메소드들

메소드 설명
__construct ( array $messages = [] ) 设置验证消息列表.
trans ( string $key ) : string 翻译.

보호된 메소드들

메소드 설명
arrayGet ( array $array, string $key, mixed $default = null ) : mixed 使用点字符串获取.

메소드 상세

__construct() 공개 메소드

设置验证消息列表.
public __construct ( array $messages = [] )
$messages array

arrayGet() 보호된 메소드

使用点字符串获取.
protected arrayGet ( array $array, string $key, mixed $default = null ) : mixed
$array array
$key string
$default mixed
리턴 mixed

trans() 공개 메소드

翻译.
public trans ( string $key ) : string
$key string 点拼接的key
리턴 string

프로퍼티 상세

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

默认消息.
protected array $defaultMessages
리턴 array

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

protected $messages