class ChecksumLinker

Identity Connector Linker

Properties

static protected $loader

Methods

static 
setChecksumLoader(IChecksumLoader $loader)

No description

static 
link(Model $model, int $type = null)

No description

static boolean
save(IChecksum $checksum)

No description

static IChecksum
find(Model $model, int $type)

No description

static IChecksum
findByEndpoint(Model $model, string $endpoint, int $type)

No description

static IChecksum
findByHost(Model $model, int $host, int $type)

No description

Details

at line 23
static setChecksumLoader(IChecksumLoader $loader)

Parameters

IChecksumLoader $loader

Parameters

Model $model
int $type

at line 69
static boolean save(IChecksum $checksum)

Parameters

IChecksum $checksum

Return Value

boolean

at line 86
static IChecksum find(Model $model, int $type)

Parameters

Model $model
int $type

Return Value

IChecksum

at line 105
static IChecksum findByEndpoint(Model $model, string $endpoint, int $type)

Parameters

Model $model
string $endpoint
int $type

Return Value

IChecksum

at line 124
static IChecksum findByHost(Model $model, int $host, int $type)

Parameters

Model $model
int $host
int $type

Return Value

IChecksum