interface IChecksumLoader

Methods

string
read(string $endpointId, int $type)

Loads the checksum

boolean
write(string $endpointId, int $type, string $checksum)

Loads the checksum

boolean
delete(string $endpointId, int $type)

Loads the checksum

Details

at line 18
string read(string $endpointId, int $type)

Loads the checksum

Parameters

string $endpointId
int $type

Return Value

string

at line 28
boolean write(string $endpointId, int $type, string $checksum)

Loads the checksum

Parameters

string $endpointId
int $type
string $checksum

Return Value

boolean

at line 37
boolean delete(string $endpointId, int $type)

Loads the checksum

Parameters

string $endpointId
int $type

Return Value

boolean