ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilConditionTarget.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11
class
ilConditionTarget
12
{
16
protected
$ref_id
;
17
21
protected
$obj_id
;
22
26
protected
$type
;
27
31
public
function
__construct
(
$ref_id
,
$obj_id
, $obj_type)
32
{
33
$this->ref_id =
$ref_id
;
34
$this->obj_id =
$obj_id
;
35
$this->type = $obj_type;
36
}
37
43
public
function
getRefId
()
44
{
45
return
$this->ref_id
;
46
}
47
53
public
function
getObjId
()
54
{
55
return
$this->obj_id
;
56
}
57
63
public
function
getType
()
64
{
65
return
$this->type
;
66
}
67
}
ilConditionTarget\getType
getType()
Get type.
Definition:
class.ilConditionTarget.php:63
ilConditionTarget
Represents a condition target object.
Definition:
class.ilConditionTarget.php:11
ilConditionTarget\$obj_id
$obj_id
Definition:
class.ilConditionTarget.php:21
ilConditionTarget\__construct
__construct($ref_id, $obj_id, $obj_type)
Constructor.
Definition:
class.ilConditionTarget.php:31
ilConditionTarget\$ref_id
$ref_id
Definition:
class.ilConditionTarget.php:16
ilConditionTarget\getRefId
getRefId()
Get ref id.
Definition:
class.ilConditionTarget.php:43
php
ilConditionTarget\getObjId
getObjId()
Get obj id.
Definition:
class.ilConditionTarget.php:53
ilConditionTarget\$type
$type
Definition:
class.ilConditionTarget.php:26
Services
Conditions
classes
class.ilConditionTarget.php
Generated on Sun Aug 31 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)