add description of layout module files

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10766 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-06-05 05:49:22 +00:00
parent 1bd252610e
commit 1245bcc648
5 changed files with 248 additions and 120 deletions

View file

@ -2,20 +2,22 @@
/**
* @class layoutView
* @author NHN (developers@xpressengine.com)
* @brief admin view class of the layout module
* admin view class of the layout module
**/
class layoutView extends layout {
/**
* @brief Initialization
* Initialization
* @return void
**/
function init() {
$this->setTemplatePath($this->module_path.'tpl');
}
/**
* @brief Pop-up layout details(conf/info.xml)
* Pop-up layout details(conf/info.xml)
* @return void
**/
function dispLayoutInfo() {
// Get the layout information
@ -30,7 +32,8 @@
}
/**
* @brief Preview a layout
* Preview a layout
* @return void|Object (void : success, Object : fail)
**/
function dispLayoutPreview() {
// admin check