コード例 #1
0
 public static function process()
 {
     global $neardCore;
     return TplAestan::getSectionConfig() . PHP_EOL . self::getSectionServices() . PHP_EOL . TplAestan::getSectionMessages() . PHP_EOL . self::getSectionStartupAction() . PHP_EOL . TplAestan::getSectionMenuRightSettings() . PHP_EOL . TplAestan::getSectionMenuLeftSettings(APP_TITLE . ' ' . $neardCore->getAppVersion()) . PHP_EOL . self::getSectionMenuRight() . PHP_EOL . self::getSectionMenuLeft() . PHP_EOL;
 }