bootstrap() 보호된 메소드

protected bootstrap ( )
예제 #1
0
파일: Application.php 프로젝트: semnt/tp01
 protected function bootstrap()
 {
     $this->i18n->addClassAlias('app/', "{$this->getBasePath()}/messages");
     parent::bootstrap();
     $this->language = 'ru-RU';
 }