| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
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 | 
| 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_BLOCK_NOT_FOUND = -3 | 
Definition at line 26 of file IT.php.
Referenced by HTML_Template_IT\errorMessage(), HTML_Template_IT\get(), HTML_Template_IT\parse(), HTML_Template_IT\setCurrentBlock(), and HTML_Template_IT\touchBlock().
| const IT_ERROR = -1 | 
Definition at line 24 of file IT.php.
Referenced by HTML_Template_IT\errorMessage().
| const IT_OK = 1 | 
Definition at line 23 of file IT.php.
Referenced by HTML_Template_IT\errorMessage(), HTML_Template_IT\setOption(), and HTML_Template_IT\setOptions().
| 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().