ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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 exists();
29
33 public function getContent();
34
38 public function getSource();
39
43 public function getSourceType();
44
48 public function getIso2LanguageCode();
49
53 public function determine();
54}
An exception for terminatinating execution or to throw for unit testing.
determine()
Called from client to initiate the content determination.