rhymix/modules/poll/poll.view.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() {
}
}
?>