mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix capitalization of class names
This commit is contained in:
parent
7444bc3f1d
commit
866f9c670d
26 changed files with 26 additions and 26 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief admin controller class of the tag module
|
||||
*/
|
||||
class tagAdminController extends tag
|
||||
class TagAdminController extends Tag
|
||||
{
|
||||
/**
|
||||
* Save admin config.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
class tagAdminView extends tag
|
||||
class TagAdminView extends Tag
|
||||
{
|
||||
public function dispTagAdminConfig()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief high class of the tag module
|
||||
*/
|
||||
class tag extends ModuleObject
|
||||
class Tag extends ModuleObject
|
||||
{
|
||||
/**
|
||||
* @brief Implement if additional tasks are necessary when installing
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief tag module's controller class
|
||||
*/
|
||||
class tagController extends tag
|
||||
class TagController extends Tag
|
||||
{
|
||||
/**
|
||||
* Parse tags.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief tag model class of the module
|
||||
*/
|
||||
class tagModel extends tag
|
||||
class TagModel extends Tag
|
||||
{
|
||||
/**
|
||||
* Separator regexp cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue