bootstrap() protected method

protected bootstrap ( )
Beispiel #1
0
 protected function bootstrap()
 {
     $this->i18n->addClassAlias('app/', "{$this->getBasePath()}/messages");
     parent::bootstrap();
     $this->language = 'ru-RU';
 }