pocketmine\Thread::getThreadName PHP Method

getThreadName() public method

public getThreadName ( )
    public function getThreadName()
    {
        return (new \ReflectionClass($this))->getShortName();
    }