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 The admin controller class of the session module
*/
class sessionAdminController extends session
class SessionAdminController extends Session
{
/**
* @brief Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief The admin view class of the session module
*/
class sessionAdminView extends session
class SessionAdminView extends Session
{
/**
* @brief Initialization

View file

@ -8,7 +8,7 @@
*
* The session management class
*/
class session extends ModuleObject
class Session extends ModuleObject
{
var $lifetime = 18000;
var $session_started = false;

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief The controller class of the session module
*/
class sessionController extends session
class SessionController extends Session
{
/**
* @brief Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief The Model class of the session module
*/
class sessionModel extends session
class SessionModel extends Session
{
/**
* @brief Initialization