pocketmine\Server::getFilePath PHP 메소드

getFilePath() 공개 메소드

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