ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
CrawlerExceptionLogger.php
Go to the documentation of this file.
1
<?
php
2
namespace
ILIAS\UI\Implementation\Crawler\Exception
7
class CrawlerExceptionLogger
implements
CrawlerExceptionHandler
{
8
protected
$exceptions
=
array
();
9
13
public
function
handleException
(
CrawlerException
$ex) {
14
$this->
exceptions
[] = $ex;
15
}
16
22
public
function
exceptions
() {
23
$return =
$this->exceptions
;
24
$this->
exceptions
=
array
()
25
return
$return;
26
}
27
}
CrawlerExceptionHandler\exceptions
exceptions()
Get all exception thrown sofar and reset the logger.
Definition:
CrawlerExceptionLogger.php:22
CrawlerExceptionHandler
Definition:
CrawlerExceptionLogger.php:7
CrawlerExceptionHandler\handleException
handleException(CrawlerException $ex)
Definition:
CrawlerExceptionLogger.php:13
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
ILIAS\UI\Implementation\Crawler\Exception
Definition:
CrawlerAssertion.php:5
php
$exceptions
$exceptions
Definition:
Utf8Test.php:67
src
UI
Implementation
Crawler
Exception
CrawlerExceptionLogger.php
Generated on Fri Feb 21 2025 19:01:23 for ILIAS by
1.8.13 (using
Doxyfile
)