mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
17 lines
258 B
PHP
17 lines
258 B
PHP
<?php
|
|
/**
|
|
* @class pollView
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief poll모듈의 View class
|
|
**/
|
|
|
|
class pollView extends poll {
|
|
|
|
/**
|
|
* @brief 초기화
|
|
**/
|
|
function init() {
|
|
}
|
|
|
|
}
|
|
?>
|