mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@102 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dec618986e
commit
64c18d84cd
7 changed files with 35 additions and 151 deletions
20
classes/plugin/Plugin.class.php
Normal file
20
classes/plugin/Plugin.class.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* @class Plugin
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief addon을 호출하여 실행
|
||||
* @todo 미구현
|
||||
**/
|
||||
|
||||
class Plugin extends Object {
|
||||
|
||||
/**
|
||||
* @brief constructor
|
||||
**/
|
||||
function Plugin($addon_name) {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue