mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +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 The admin controller class of the session module
|
||||
*/
|
||||
class sessionAdminController extends session
|
||||
class SessionAdminController extends Session
|
||||
{
|
||||
/**
|
||||
* @brief Initialization
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
* The session management class
|
||||
*/
|
||||
class session extends ModuleObject
|
||||
class Session extends ModuleObject
|
||||
{
|
||||
var $lifetime = 18000;
|
||||
var $session_started = false;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue