issue 2662 display coding convention

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12217 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-11-14 08:27:29 +00:00
parent d77d426c4f
commit 1b2d64a4d7
6 changed files with 381 additions and 321 deletions

View file

@ -1,11 +1,11 @@
<?php
class JSONDisplayHandler {
class JSONDisplayHandler
{
/**
* Produce JSON compliant content given a module object.\n
* @param ModuleObject $oModule the module object
* @return string
**/
*/
function toDoc(&$oModule)
{
$variables = $oModule->getVariables();
@ -15,3 +15,5 @@ class JSONDisplayHandler {
return $json;
}
}
/* End of file JSONDisplayHandler.class.php */
/* Location: ./classes/display/JSONDisplayHandler.class.php */