ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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}
determine()
Called from client to initiate the content determination.