|
Genisys
Genisys API 1.9.3
A server software for Minecraft: Pocket Edition with many features
|
Public Member Functions | |
| __construct (ClassLoader $parent=null) | |
| addPath ($path, $prepend=false) | |
| removePath ($path) | |
| getClasses () | |
| getParent () | |
| register ($prepend=false) | |
| loadClass ($name) | |
| findClass ($name) | |
Public Member Functions inherited from Threaded | |
| chunk ($size, bool $preserve=false) | |
| count () | |
| isRunning () | |
| isTerminated () | |
| merge ($from, $overwrite=true) | |
| notify () | |
| notifyOne () | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetExists ($offset) | |
| offsetUnset ($offset) | |
| pop () | |
| run () | |
| shift () | |
| synchronized (\Closure $function, $args=null) | |
| wait ($timeout) | |
| getRefCount () | |
| addRef () | |
| delRef () | |
| isGarbage () | |
Protected Member Functions | |
| getAndRemoveLookupEntries () | |
Additional Inherited Members | |
Static Public Member Functions inherited from Threaded | |
| static | extend ($obj) |
| __construct | ( | ClassLoader | $parent = null | ) |
| ClassLoader | $parent |
Implements ClassLoader.
| addPath | ( | $path, | |
$prepend = false |
|||
| ) |
| findClass | ( | $name | ) |
Returns the path for the class, if any
| string | $name |
Implements ClassLoader.
| getClasses | ( | ) |
| getParent | ( | ) |
| loadClass | ( | $name | ) |
| register | ( | $prepend = false | ) |
Attaches the ClassLoader to the PHP runtime
| bool | $prepend |
Implements ClassLoader.
| removePath | ( | $path | ) |