コード例 #1
0
 public static function registerComponent()
 {
     mfe::registerComponent('request', [get_called_class(), 'initRequest']);
     return true;
 }
コード例 #2
0
ファイル: page.core.php プロジェクト: microframework/mfe-core
 public static function registerComponent()
 {
     mfe::registerComponent('page', [get_called_class(), 'getInstance']);
     return true;
 }