mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
16 lines
265 B
PHP
16 lines
265 B
PHP
<?php
|
|
|
|
/**
|
|
* @class test
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief test 레이아웃
|
|
* @todo 미구현
|
|
**/
|
|
|
|
class test {
|
|
function proc(&$oModule, $oModuleInfo) {
|
|
$oModule->setHtml('레이아웃');
|
|
}
|
|
}
|
|
|
|
?>
|