bootIfNotBooted() 보호된 메소드

Check if the model needs to be booted and if so, do it.
protected bootIfNotBooted ( ) : void
리턴 void
예제 #1
0
파일: Group.php 프로젝트: tuanlq11/cms
 protected function bootIfNotBooted()
 {
     $this->i18n_default_locale = Session::get("language", "en");
     parent::bootIfNotBooted();
 }