mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@96 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3fafec9c8c
commit
f598c04a93
1 changed files with 2 additions and 3 deletions
|
|
@ -1,13 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class test
|
* @class sample_layout
|
||||||
* @author zero (zero@nzeo.com)
|
* @author zero (zero@nzeo.com)
|
||||||
* @brief test 레이아웃
|
* @brief test 레이아웃
|
||||||
* @todo 미구현
|
* @todo 미구현
|
||||||
**/
|
**/
|
||||||
|
|
||||||
class test {
|
class sample_layout extends LayoutHandler {
|
||||||
function proc(&$oModule, $oModuleInfo) {
|
function proc(&$oModule, $oModuleInfo) {
|
||||||
$oModule->setHtml('레이아웃');
|
$oModule->setHtml('레이아웃');
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue