PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
|
Public Member Functions | |
__construct (string $path) | |
getResource (string $filename) | |
getResources () | |
Provides resources from the given plugin directory on disk. The path may be prefixed with a specific access protocol to enable special types of access.
Definition at line 40 of file DiskResourceProvider.php.
pocketmine\plugin\DiskResourceProvider::__construct | ( | string | $path | ) |
Definition at line 43 of file DiskResourceProvider.php.
pocketmine\plugin\DiskResourceProvider::getResource | ( | string | $filename | ) |
Gets an embedded resource on the plugin file. WARNING: You must close the resource given using fclose()
Implements pocketmine\plugin\ResourceProvider.
Definition at line 53 of file DiskResourceProvider.php.
pocketmine\plugin\DiskResourceProvider::getResources | ( | ) |
Returns all the resources packaged with the plugin in the form ["path/in/resources" => SplFileInfo]
Implements pocketmine\plugin\ResourceProvider.
Definition at line 69 of file DiskResourceProvider.php.