[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

@@ -51,6 +51,38 @@ class stylechanger extends module_base
$this->user = $user;
}
/**
* @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
*/