function _initVars()
 {
     $this->method_title = translate('mdlc_' . strtolower(get_class($this)) . '_title', false);
     $this->method_description = translate('mdlc_' . strtolower(get_class($this)) . '_description', false);
     parent::_initVars();
 }