ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
public
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
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 Wed Apr 2 2025 21:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)