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 controller class of the tag module
*/
class tagAdminController extends tag
class TagAdminController extends Tag
{
/**
* Save admin config.

View file

@ -1,6 +1,6 @@
<?php
class tagAdminView extends tag
class TagAdminView extends Tag
{
public function dispTagAdminConfig()
{

View file

@ -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

View file

@ -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.

View file

@ -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