コード例 #1
0
 public static function registerComponent()
 {
     mfe::registerCoreComponent('router', [get_called_class(), 'routerInit']);
     return true;
 }