mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
17 lines
277 B
PHP
17 lines
277 B
PHP
<?php
|
|
/**
|
|
* @class documentView
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief document 모듈의 view 클래스
|
|
**/
|
|
|
|
class documentView extends Module {
|
|
|
|
/**
|
|
* @brief 초기화
|
|
**/
|
|
function init() {
|
|
}
|
|
|
|
}
|
|
?>
|