message module update

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7680 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2010-09-07 03:56:58 +00:00
parent 6c13cf0229
commit f5e4778372
2 changed files with 853 additions and 853 deletions

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @class ModuleHandler * @class ModuleHandler
* @author zero (zero@nzeo.com) * @author NHN (developers@xpressengine.com)
* @brief Handling modules * @brief Handling modules
* *
* @remarks This class is to excute actions of modules. * @remarks This class is to excute actions of modules.

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @class ModuleObject * @class ModuleObject
* @author zero (zero@nzeo.com) * @author NHN (developers@xpressengine.com)
* @brief base class of ModuleHandler * @brief base class of ModuleHandler
**/ **/