Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gets the name of the plugin, which is used to identify modules, courses etc associated with it within Rogo.

Code Block
languagephp
/**
  * Get name of sms
  * @return string name of sms
  */
public function get_name()
{
    return self::SMS;
}

...