abstract class AbstractLocker (View source)

Methods

lock($what)

No description

release()

No description

static 
writeLock($file, $data)

No description

static 
readLock($file)

No description

static 
releaseLock($file)

No description

Details

abstract lock($what)

Parameters

$what

abstract release()

static protected writeLock($file, $data)

Parameters

$file
$data

static protected readLock($file)

Parameters

$file

static protected releaseLock($file)

Parameters

$file