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

This commit is contained in:
zero 2007-03-14 11:39:28 +00:00
parent 87471eb693
commit 6c66636dc9
3 changed files with 16 additions and 3 deletions

View file

@ -9,6 +9,13 @@
class newest_document extends PluginHandler {
/**
* @brief 플러그인의 실행 부분
* ./plugins/플러그인/conf/info.xml에 선언한 extra_vars를 args로 받는다
**/
function proc($args) {
}
}
?>