bootstrap() protected method

protected bootstrap ( )
コード例 #1
0
ファイル: Application.php プロジェクト: semnt/tp01
 protected function bootstrap()
 {
     $this->i18n->addClassAlias('app/', "{$this->getBasePath()}/messages");
     parent::bootstrap();
     $this->language = 'ru-RU';
 }