Updated RakLib, fixed help message not showing command, added documentation to Plugin->getResource()

This commit is contained in:
Shoghi Cervantes
2015-01-14 17:23:16 +01:00
parent 9fac990b19
commit 24c6cca664
7 changed files with 25 additions and 19 deletions

View File

@ -171,6 +171,7 @@ abstract class PluginBase implements Plugin{
/**
* Gets an embedded resource on the plugin file.
* WARNING: You must close the resource given using fclose()
*
* @param string $filename
*