Minahito
minah****@users*****
2006年 1月 6日 (金) 20:19:54 JST
Index: xoops2jp/html/modules/pm/kernel/feature.class.php diff -u xoops2jp/html/modules/pm/kernel/feature.class.php:1.1.2.2 xoops2jp/html/modules/pm/kernel/feature.class.php:removed --- xoops2jp/html/modules/pm/kernel/feature.class.php:1.1.2.2 Wed Nov 2 20:23:22 2005 +++ xoops2jp/html/modules/pm/kernel/feature.class.php Fri Jan 6 20:19:54 2006 @@ -1,35 +0,0 @@ -<?php - -class PmFeature extends AbstractFeature -{ - var $_mFunctionList; - - function PmFeature() - { - parent::AbstractFeature(); - $this->mName="pm"; - $this->_mFunctionList=array("view","pmlite"); - } - - function hasFunction($name) - { - return in_array($name,$this->_mFunctionList); - } - - function getViewType($name) - { - return XCUBE_FUNCTION_TYPE_KICK; - } - - function getViewUrl($name) - { - return XOOPS_MODULE_URL."/pm/index.php"; - } - - function hasPmliteUrl($name) - { - return XOOPS_MODULE_URL."/pm/pmlite.php"; - } -} - -?> \ No newline at end of file