ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
hook_sanitycheck.php
Go to the documentation of this file.
1<?php
8{
9 assert('is_array($hookinfo)');
10 assert('array_key_exists("errors", $hookinfo)');
11 assert('array_key_exists("info", $hookinfo)');
12
13 $hookinfo['info'][] = '[sanitycheck] At least the sanity check itself is working :)';
14}
An exception for terminatinating execution or to throw for unit testing.
$hookinfo
Definition: index.php:7
sanitycheck_hook_sanitycheck(&$hookinfo)
Hook to add the modinfo module to the frontpage.