コード例 #1
0
ファイル: Seo.php プロジェクト: pongocms/cms
 /**
  * [boot description]
  * @return [type] [description]
  */
 public static function boot()
 {
     parent::boot();
     self::observe(new SeoObserver());
 }
コード例 #2
0
ファイル: UserDetail.php プロジェクト: pongocms/cms
 /**
  * [boot description]
  * @return [type] [description]
  */
 public static function boot()
 {
     parent::boot();
     self::observe(new UserDetailObserver());
 }