mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@90 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c03cf41dd8
commit
5275f04035
1 changed files with 17 additions and 0 deletions
17
classes/handler/Handler.class.php
Normal file
17
classes/handler/Handler.class.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @class Handler
|
||||||
|
* @author zero (zero@nzeo.com)
|
||||||
|
* @brief *Handler 클래스의 추상화 클래스
|
||||||
|
**/
|
||||||
|
|
||||||
|
class Handler {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief constructor
|
||||||
|
**/
|
||||||
|
function Handler() {
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue