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