ILIAS
Release_5_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
class.ilTestProcessLocker.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
10
abstract
class
ilTestProcessLocker
11
{
12
public
function
requestTestStartLockCheckLock
()
13
{
14
// overwrite method in concrete locker if something to do
15
}
16
17
public
function
releaseTestStartLockCheckLock
()
18
{
19
// overwrite method in concrete locker if something to do
20
}
21
22
public
function
requestRandomPassBuildLock
()
23
{
24
// overwrite method in concrete locker if something to do
25
}
26
27
public
function
releaseRandomPassBuildLock
()
28
{
29
// overwrite method in concrete locker if something to do
30
}
31
}
Modules
Test
classes
class.ilTestProcessLocker.php
Generated on Wed Apr 27 2016 21:01:18 for ILIAS by
1.8.1.2 (using
Doxyfile
)