ILIAS
Release_4_4_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
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
}
Services
TermsOfService
interfaces
interface.ilTermsOfServiceSignableDocument.php
Generated on Wed Apr 27 2016 20:02:01 for ILIAS by
1.8.1.2 (using
Doxyfile
)