Class rootlocal\widgets\sortable\Bootstrap
Inheritance | rootlocal\widgets\sortable\Bootstrap |
---|---|
Implements | yii\base\BootstrapInterface |
Class Bootstrap
Public Methods
Method | Description | Defined By |
---|---|---|
bootstrap() | rootlocal\widgets\sortable\Bootstrap |
Method Details
public void bootstrap ( $app ) | ||
$app |
public function bootstrap($app)
{
// add module I18N category
if (!isset($app->i18n->translations['rootlocal-sort'])) {
$app->i18n->translations['rootlocal-sort'] = [
'class' => PhpMessageSource::class,
'sourceLanguage' => 'en-US',
'basePath' => __DIR__ . '/messages',
];
}
}