Class CMissingTranslationEvent
CMissingTranslationEvent represents the parameter for the CMessageSource::onMissingTranslation onMissingTranslation event.
- CComponent
- CEvent
- CMissingTranslationEvent
Package: system\i18n
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/i18n/CMessageSource.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/i18n/CMessageSource.php
public
|
public
string
|
$message |
|
#
the message to be translated |
public
string
|
$category |
|
#
the category that the message belongs to |
public
string
|
$language |
|
#
the ID of the language that the message is to be translated to |
$handled,
$params,
$sender
|