Fix capitalization of class names

This commit is contained in:
Kijin Sung 2023-10-02 22:55:41 +09:00
parent e81d0500eb
commit 7444bc3f1d
38 changed files with 38 additions and 38 deletions

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief editor of the module admin controller class
*/
class editorAdminController extends editor
class EditorAdminController extends Editor
{
/**
* @brief Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief editor admin view of the module class
*/
class editorAdminView extends editor
class EditorAdminView extends Editor
{
/**
* @brief Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief
*/
class editorAPI extends editor
class EditorAPI extends Editor
{
function dispEditorSkinColorset(&$oModule)
{

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief high class of the editor odule
*/
class editor extends ModuleObject
class Editor extends ModuleObject
{
/**
* @brief Default font config

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief editor module's controller class
*/
class editorController extends editor
class EditorController extends Editor
{
/**
* @brief Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief model class of the editor odule
*/
class editorModel extends editor
class EditorModel extends Editor
{
/**
* Cache

View file

@ -6,7 +6,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief view class of the editor module
*/
class editorView extends editor
class EditorView extends Editor
{
/**
* @brief Initialization