PHP Class pocketmine\CrashDump

Show file Open project: robske110/ClearSky Class Usage Examples

Public Methods

Method Description
__construct ( Server $server )
add ( $str )
addLine ( $line = "" )
getData ( )
getEncodedData ( )
getPath ( )

Private Methods

Method Description
baseCrash ( )
encodeData ( )
extraData ( )
generalData ( )
pluginsData ( )

Method Details

__construct() public method

public __construct ( Server $server )
$server Server

add() public method

public add ( $str )

addLine() public method

public addLine ( $line = "" )

getData() public method

public getData ( )

getEncodedData() public method

public getEncodedData ( )

getPath() public method

public getPath ( )