mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +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 The admin controller class of the poll module
|
||||
*/
|
||||
class pollAdminController extends poll
|
||||
class PollAdminController extends Poll
|
||||
{
|
||||
/**
|
||||
* @brief Initialization
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief The admin model class of the poll module
|
||||
*/
|
||||
class pollAdminModel extends poll
|
||||
class PollAdminModel extends Poll
|
||||
{
|
||||
/**
|
||||
* @brief Initialization
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief The admin view class of the poll module
|
||||
*/
|
||||
class pollAdminView extends poll
|
||||
class PollAdminView extends Poll
|
||||
{
|
||||
/**
|
||||
* @brief Initialization
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief The parent class of the poll module
|
||||
*/
|
||||
class poll extends ModuleObject
|
||||
class Poll extends ModuleObject
|
||||
{
|
||||
/**
|
||||
* @brief Additional tasks required to accomplish during the installation
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief Controller class for poll module
|
||||
*/
|
||||
class pollController extends poll
|
||||
class PollController extends Poll
|
||||
{
|
||||
/**
|
||||
* @brief Initialization
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief The model class for the poll modules
|
||||
*/
|
||||
class pollModel extends poll
|
||||
class PollModel extends Poll
|
||||
{
|
||||
/**
|
||||
* @brief Initialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue