ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
IT.php File Reference

Go to the source code of this file.

Data Structures

class  HTML_Template_IT

Namespaces

namespace  HTML_Template_IT
 Integrated Template - IT.

Variables

const IT_OK = 1
const IT_ERROR = -1
const IT_TPL_NOT_FOUND = -2
const IT_BLOCK_NOT_FOUND = -3
const IT_BLOCK_DUPLICATE = -4
const IT_UNKNOWN_OPTION = -6

Variable Documentation

const IT_BLOCK_DUPLICATE = -4

Definition at line 27 of file IT.php.

Referenced by HTML_Template_IT\errorMessage(), and HTML_Template_IT\findBlocks().

const IT_ERROR = -1

Definition at line 24 of file IT.php.

Referenced by HTML_Template_IT\errorMessage().

const IT_OK = 1
const IT_TPL_NOT_FOUND = -2

Definition at line 25 of file IT.php.

Referenced by HTML_Template_IT\errorMessage(), and HTML_Template_IT\getFile().

const IT_UNKNOWN_OPTION = -6

Definition at line 28 of file IT.php.

Referenced by HTML_Template_IT\errorMessage(), and HTML_Template_IT\setOption().