[feature/module_services] Turn clock and stylechanger into new modules only

This commit is contained in:
Marc Alexander
2013-11-12 13:41:05 +01:00
parent 145bfeb6e5
commit 8de0a01890
4 changed files with 64 additions and 185 deletions

View File

@@ -41,6 +41,38 @@ class clock extends module_base
*/
public $language = 'portal_clock_module';
/**
* @inheritdoc
*/
public function get_allowed_columns()
{
return $this->columns;
}
/**
* @inheritdoc
*/
public function get_name()
{
return $this->name;
}
/**
* @inheritdoc
*/
public function get_image()
{
return $this->image_src;
}
/**
* @inheritdoc
*/
public function get_language()
{
return $this->language;
}
/**
* @inheritdoc
*/