Fix capitalization of class names

This commit is contained in:
Kijin Sung 2023-10-02 22:59:25 +09:00
parent 7444bc3f1d
commit 866f9c670d
26 changed files with 26 additions and 26 deletions

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief admin view class for widget modules
*/
class widgetAdminView extends widget
class WidgetAdminView extends Widget
{
/**
* @brief Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief widget module's high class
*/
class widget extends ModuleObject
class Widget extends ModuleObject
{
/**
* @brief Implement if additional tasks are necessary when installing

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief Controller class for widget modules
*/
class widgetController extends widget
class WidgetController extends Widget
{
// The results are not widget modify/delete and where to use the flag for
// layout_javascript_mode include all the results into the javascript mode Sikkim

View file

@ -6,7 +6,7 @@
* @version 0.1
* @brief Model class for widget modules
*/
class widgetModel extends widget
class WidgetModel extends Widget
{
/**
* @brief Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief View class of the widget modules
*/
class widgetView extends widget
class WidgetView extends Widget
{
/**
* @brief Initialization