ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
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
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
interface.ilTermsOfServiceSignableDocument.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8
interface
ilTermsOfServiceSignableDocument
9
{
13
const
SRC_TYPE_FILE_SYSTEM_PATH
= 0;
14
18
const
SRC_TYPE_OBJECT
= 1;
19
23
public
function
hasContent
();
24
28
public
function
getContent
();
29
33
public
function
getSource
();
34
38
public
function
getSourceType
();
39
43
public
function
getIso2LanguageCode
();
44
48
public
function
determine
();
49
}
ilTermsOfServiceSignableDocument\hasContent
hasContent()
ilTermsOfServiceSignableDocument\getContent
getContent()
ilTermsOfServiceSignableDocument\getIso2LanguageCode
getIso2LanguageCode()
ilTermsOfServiceSignableDocument\getSource
getSource()
ilTermsOfServiceSignableDocument\SRC_TYPE_OBJECT
const SRC_TYPE_OBJECT
Definition:
interface.ilTermsOfServiceSignableDocument.php:18
ilTermsOfServiceSignableDocument\SRC_TYPE_FILE_SYSTEM_PATH
const SRC_TYPE_FILE_SYSTEM_PATH
Definition:
interface.ilTermsOfServiceSignableDocument.php:13
ilTermsOfServiceSignableDocument
Definition:
interface.ilTermsOfServiceSignableDocument.php:8
ilTermsOfServiceSignableDocument\determine
determine()
Called from client to initiate the content determination.
ilTermsOfServiceSignableDocument\getSourceType
getSourceType()
Services
TermsOfService
interfaces
interface.ilTermsOfServiceSignableDocument.php
Generated on Mon Dec 21 2020 19:01:24 for ILIAS by
1.8.13 (using
Doxyfile
)