ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
AbstractEntryPart.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
3
4
namespace
ILIAS\UI\Implementation\Crawler\Entry
;
5
6
use
ILIAS\UI\Implementation\Crawler
as
Crawler
;
7
13
class
AbstractEntryPart
14
{
18
protected
$f
= null;
19
23
protected
function
__construct
()
24
{
25
$this->f =
new
Crawler\Exception\Factory
();
26
}
27
31
protected
function
assert
()
32
{
33
return
$this->f->assertion();
34
}
35
}
ILIAS\UI\Implementation\Crawler\Entry\AbstractEntryPart
Abstract Entry Part to share some common entry functionality.
Definition:
AbstractEntryPart.php:13
ILIAS\UI\Implementation\Crawler\Entry\AbstractEntryPart\$f
$f
Definition:
AbstractEntryPart.php:18
ILIAS\UI\Implementation\Crawler\Entry\AbstractEntryPart\assert
assert()
Definition:
AbstractEntryPart.php:31
ILIAS\UI\Implementation\Crawler\Entry
Definition:
AbstractEntryPart.php:4
ILIAS\UI\Implementation\Crawler\Exception\Factory
Definition:
Factory.php:7
php
ILIAS\UI\Implementation\Crawler
Definition:
Crawler.php:5
ILIAS\UI\Implementation\Crawler\Entry\AbstractEntryPart\__construct
__construct()
AbstractEntryPart constructor.
Definition:
AbstractEntryPart.php:23
src
UI
Implementation
Crawler
Entry
AbstractEntryPart.php
Generated on Thu Jan 16 2025 19:02:38 for ILIAS by
1.8.13 (using
Doxyfile
)