git-svn-id: http://xe-core.googlecode.com/svn/trunk@414 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-14 06:55:42 +00:00
parent b1bdf645d5
commit ed284c98f2
8 changed files with 112 additions and 639 deletions

View file

@ -0,0 +1,13 @@
<?php
/**
* @class PluginHandler
* @author zero (zero@nzeo.com)
* @brief addon을 호출하여 실행
* @todo 미구현
**/
class PluginHandler extends Object {
}
?>