mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix capitalization of class names
This commit is contained in:
parent
e81d0500eb
commit
7444bc3f1d
38 changed files with 38 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief
|
||||
*/
|
||||
class editorAPI extends editor
|
||||
class EditorAPI extends Editor
|
||||
{
|
||||
function dispEditorSkinColorset(&$oModule)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue