ILIAS  Release_4_4_x_branch Revision 61816
 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 
9 {
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 }