mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix capitalization of class names in Point module
This commit is contained in:
parent
2c1552a523
commit
002f62ad8f
6 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
* @author NAVER (developers@xpressengine.com)
|
* @author NAVER (developers@xpressengine.com)
|
||||||
* @brief The admin controller class of the point module
|
* @brief The admin controller class of the point module
|
||||||
*/
|
*/
|
||||||
class pointAdminController extends point
|
class PointAdminController extends Point
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @brief Initialization
|
* @brief Initialization
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
* @author NAVER (developers@xpressengine.com)
|
* @author NAVER (developers@xpressengine.com)
|
||||||
* @brief The admin view class of the point module
|
* @brief The admin view class of the point module
|
||||||
*/
|
*/
|
||||||
class pointAdminView extends point
|
class PointAdminView extends Point
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @brief Initialization
|
* @brief Initialization
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
* @author NAVER (developers@xpressengine.com)
|
* @author NAVER (developers@xpressengine.com)
|
||||||
* @brief The parent class of the point module
|
* @brief The parent class of the point module
|
||||||
*/
|
*/
|
||||||
class point extends ModuleObject
|
class Point extends ModuleObject
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Cache for the point module's own configuration.
|
* Cache for the point module's own configuration.
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
* @author NAVER (developers@xpressengine.com)
|
* @author NAVER (developers@xpressengine.com)
|
||||||
* @brief Controller class of point modules
|
* @brief Controller class of point modules
|
||||||
*/
|
*/
|
||||||
class pointController extends point
|
class PointController extends Point
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Variables for internal reference.
|
* Variables for internal reference.
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
* @author NAVER (developers@xpressengine.com)
|
* @author NAVER (developers@xpressengine.com)
|
||||||
* @brief The model class fo the point module
|
* @brief The model class fo the point module
|
||||||
*/
|
*/
|
||||||
class pointModel extends point
|
class PointModel extends Point
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Cache for module configuration.
|
* Cache for module configuration.
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* POINT 2.0 format document output
|
* POINT 2.0 format document output
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class pointView extends point
|
class PointView extends Point
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @brief Initialization
|
* @brief Initialization
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue