ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IT.php File Reference

Go to the source code of this file.

Data Structures

class  HTML_Template_IT
 

Namespaces

 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

◆ IT_BLOCK_DUPLICATE

const IT_BLOCK_DUPLICATE -4

Definition at line 27 of file IT.php.

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

◆ IT_BLOCK_NOT_FOUND

◆ IT_ERROR

const IT_ERROR -1

Definition at line 24 of file IT.php.

Referenced by HTML_Template_IT\errorMessage().

◆ IT_OK

const IT_OK 1

◆ IT_TPL_NOT_FOUND

const IT_TPL_NOT_FOUND -2

◆ IT_UNKNOWN_OPTION

const IT_UNKNOWN_OPTION -6

Definition at line 28 of file IT.php.

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