add description of function

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10765 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-06-05 05:33:52 +00:00
parent ebfe89ca32
commit 1bd252610e
7 changed files with 102 additions and 54 deletions

View file

@ -8,13 +8,14 @@
class communicationAdminModel extends communication {
/**
* @brief Initialization
* Initialization
**/
function init() {
}
/**
* @brief return the html to select colorset of the skin
* the html to select colorset of the skin
* @return void
**/
function getCommunicationAdminColorset() {
$skin = Context::get('skin');