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

This commit is contained in:
zero 2007-02-15 13:34:35 +00:00
parent c03cf41dd8
commit 5275f04035

View file

@ -0,0 +1,17 @@
<?php
/**
* @class Handler
* @author zero (zero@nzeo.com)
* @brief *Handler 클래스의 추상화 클래스
**/
class Handler {
/**
* @brief constructor
**/
function Handler() {
}
}
?>