Property | Type | Description | |
---|---|---|---|
$defaultMessages | array | 默认消息. | |
$messages |
Method | Description | |
---|---|---|
__construct ( array $messages = [] ) | 设置验证消息列表. | |
trans ( string $key ) : string | 翻译. |
Method | Description | |
---|---|---|
arrayGet ( array $array, string $key, mixed $default = null ) : mixed | 使用点字符串获取. |