====== WebPlugin:SetName ======
All WebPlugins need a name to be displayed in the [[api:WebPlugin]] list, use ''SetName()'' to set the plugin's name.

The name of the plugin will be used in the address to the plugin's web page. If your plugin is called MyPlugin, the address to the page for that plugin will be ''/webadmin/MyPlugin''
===== Example =====
<code lua>
MyPlugin:SetName("MyPlugin")
</code>

