[feature/module_services] Fix docblocks and missing variables in modules

This commit is contained in:
Marc Alexander
2013-11-12 14:45:19 +01:00
parent 35fb3103f7
commit d0e8cbea32
2 changed files with 28 additions and 64 deletions

View File

@@ -41,38 +41,6 @@ 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
*/