pocketmine\entity\Entity::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return (new \ReflectionClass($this))->getShortName() . "(" . $this->getId() . ")";
    }