ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilTermsOfServiceNullDocument.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
require_once
'Services/TermsOfService/interfaces/interface.ilTermsOfServiceSignableDocument.php'
;
5
10
class
ilTermsOfServiceNullDocument
implements
ilTermsOfServiceSignableDocument
11
{
15
public
function
hasContent
()
16
{
17
return
false
;
18
}
19
23
public
function
getContent
()
24
{
25
return
''
;
26
}
27
31
public
function
getSource
()
32
{
33
return
''
;
34
}
35
39
public
function
getSourceType
()
40
{
41
return
''
;
42
}
43
47
public
function
getIso2LanguageCode
()
48
{
49
return
''
;
50
}
51
55
public
function
determine
()
56
{
57
}
58
62
public
function
exists
()
63
{
64
return
false
;
65
}
66
}
php
An exception for terminatinating execution or to throw for unit testing.
ilTermsOfServiceNullDocument
Definition:
class.ilTermsOfServiceNullDocument.php:11
ilTermsOfServiceNullDocument\determine
determine()
@inheritDoc
Definition:
class.ilTermsOfServiceNullDocument.php:55
ilTermsOfServiceNullDocument\exists
exists()
{bool}
Definition:
class.ilTermsOfServiceNullDocument.php:62
ilTermsOfServiceNullDocument\getSourceType
getSourceType()
@inheritDoc
Definition:
class.ilTermsOfServiceNullDocument.php:39
ilTermsOfServiceNullDocument\getContent
getContent()
@inheritDoc
Definition:
class.ilTermsOfServiceNullDocument.php:23
ilTermsOfServiceNullDocument\hasContent
hasContent()
@inheritDoc
Definition:
class.ilTermsOfServiceNullDocument.php:15
ilTermsOfServiceNullDocument\getIso2LanguageCode
getIso2LanguageCode()
@inheritDoc
Definition:
class.ilTermsOfServiceNullDocument.php:47
ilTermsOfServiceNullDocument\getSource
getSource()
@inheritDoc
Definition:
class.ilTermsOfServiceNullDocument.php:31
ilTermsOfServiceSignableDocument
Definition:
interface.ilTermsOfServiceSignableDocument.php:9
Services
TermsOfService
classes
class.ilTermsOfServiceNullDocument.php
Generated on Fri Oct 3 2025 19:01:03 for ILIAS by
1.9.4 (using
Doxyfile
)