OSDN Git Service

CHANGE: NucleusPluginクラスの整理
authorsakamocchi <o-takashi@sakamocchi.jp>
Tue, 7 Feb 2012 11:46:00 +0000 (20:46 +0900)
committersakamocchi <o-takashi@sakamocchi.jp>
Tue, 7 Feb 2012 11:46:00 +0000 (20:46 +0900)
commit95985103ffbbd2e240e54725ca15ecb62003f278
tree015d3488f68f9afd4177e3c6e484ea81340473d7
parentd0ad9562ce3067a1ff30dfc03cf490db2c19c455
CHANGE: NucleusPluginクラスの整理
CHANGE: maintainance NucleusPlugin abstract class.

以下の4つをコミット。
NucleusPlugin::$plugidをprotectedメンバーに。
NucleusPlugin::setID()を追加。
NucleusPlugin::_applyPluginOptions()をNucleusPlugin::apply_plugin_options()に変更
ADMINクラス、ITEMクラス、MANAGERクラスとインストールスクリプトの上記に関連する修正

Commit these four modification,
change NucleusPlugin::$plugid as protected member.
add NucleusPlugin::setID().
rename NucleusPlugin::_applyPluginOptions() as apply_plugin_options().
change some codes in ADMIN, ITEM, MANAGER class and install script.
install/index.php
nucleus/libs/ADMIN.php
nucleus/libs/ITEM.php
nucleus/libs/MANAGER.php
nucleus/libs/PLUGIN.php