ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilExternalAuthUserAttributeMappingRule.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8
class
ilExternalAuthUserAttributeMappingRule
9
{
13
protected
$attribute
=
''
;
14
18
protected
$external_attribute
=
''
;
19
23
protected
$update_automatically
=
false
;
24
28
public
function
getExternalAttribute
()
29
{
30
return
$this->external_attribute
;
31
}
32
36
public
function
setExternalAttribute
(
$external_attribute
)
37
{
38
$this->external_attribute =
$external_attribute
;
39
}
40
44
public
function
getAttribute
()
45
{
46
return
$this->attribute
;
47
}
48
52
public
function
setAttribute
(
$attribute
)
53
{
54
$this->attribute =
$attribute
;
55
}
56
60
public
function
isAutomaticallyUpdated
()
61
{
62
return
$this->update_automatically
;
63
}
64
68
public
function
updateAutomatically
(
$update_automatically
)
69
{
70
$this->update_automatically =
$update_automatically
;
71
}
72
}
ilExternalAuthUserAttributeMappingRule\getAttribute
getAttribute()
Definition:
class.ilExternalAuthUserAttributeMappingRule.php:44
ilExternalAuthUserAttributeMappingRule\$update_automatically
$update_automatically
Definition:
class.ilExternalAuthUserAttributeMappingRule.php:23
ilExternalAuthUserAttributeMappingRule\setAttribute
setAttribute($attribute)
Definition:
class.ilExternalAuthUserAttributeMappingRule.php:52
ilExternalAuthUserAttributeMappingRule
Class ilExternalAuthUserAttributeMappingRule.
Definition:
class.ilExternalAuthUserAttributeMappingRule.php:8
ilExternalAuthUserAttributeMappingRule\$external_attribute
$external_attribute
Definition:
class.ilExternalAuthUserAttributeMappingRule.php:18
ilExternalAuthUserAttributeMappingRule\setExternalAttribute
setExternalAttribute($external_attribute)
Definition:
class.ilExternalAuthUserAttributeMappingRule.php:36
ilExternalAuthUserAttributeMappingRule\isAutomaticallyUpdated
isAutomaticallyUpdated()
Definition:
class.ilExternalAuthUserAttributeMappingRule.php:60
ilExternalAuthUserAttributeMappingRule\updateAutomatically
updateAutomatically($update_automatically)
Definition:
class.ilExternalAuthUserAttributeMappingRule.php:68
ilExternalAuthUserAttributeMappingRule\$attribute
$attribute
Definition:
class.ilExternalAuthUserAttributeMappingRule.php:13
ilExternalAuthUserAttributeMappingRule\getExternalAttribute
getExternalAttribute()
Definition:
class.ilExternalAuthUserAttributeMappingRule.php:28
Services
Authentication
classes
External
UserAttributeMapping
class.ilExternalAuthUserAttributeMappingRule.php
Generated on Thu Apr 3 2025 20:01:01 for ILIAS by
1.8.13 (using
Doxyfile
)