pocketmine\Server::getFilePath PHP Method

getFilePath() public method

public getFilePath ( ) : string
return string
    public function getFilePath()
    {
        return $this->filePath;
    }
Server