mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
General cleanup of nonstandard syntax in board module classes
This commit is contained in:
parent
3f08dd1de2
commit
2f0ec84cc2
3 changed files with 26 additions and 38 deletions
|
|
@ -5,19 +5,12 @@
|
|||
* @class boardModel
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief board module Model class
|
||||
**/
|
||||
*/
|
||||
class BoardModel extends Board
|
||||
{
|
||||
/**
|
||||
* @brief initialization
|
||||
**/
|
||||
function init()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief get the list configuration
|
||||
**/
|
||||
*/
|
||||
public static function getListConfig($module_srl)
|
||||
{
|
||||
// get the list config value, if it is not exitsted then setup the default value
|
||||
|
|
@ -54,7 +47,7 @@ class BoardModel extends Board
|
|||
|
||||
/**
|
||||
* @brief return the default list configration value
|
||||
**/
|
||||
*/
|
||||
public static function getDefaultListConfig($module_srl)
|
||||
{
|
||||
$extra_vars = [];
|
||||
|
|
@ -85,7 +78,7 @@ class BoardModel extends Board
|
|||
|
||||
/**
|
||||
* @brief return module name in sitemap
|
||||
**/
|
||||
*/
|
||||
public function triggerModuleListInSitemap(&$obj)
|
||||
{
|
||||
array_push($obj, 'board');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue