ILIAS  trunk Revision v5.2.0beta1-34132-g2d4d73d4a0
ILIAS\UI\Implementation\Crawler\Entry\AbstractEntryPart Class Reference

Abstract Entry Part to share some common entry functionality. More...

+ Inheritance diagram for ILIAS\UI\Implementation\Crawler\Entry\AbstractEntryPart:
+ Collaboration diagram for ILIAS\UI\Implementation\Crawler\Entry\AbstractEntryPart:

Public Member Functions

 __construct ()
 

Protected Member Functions

 assert ()
 

Protected Attributes

Crawler Exception Factory $f = null
 

Detailed Description

Abstract Entry Part to share some common entry functionality.

Author
Timon Amstutz timon.nosp@m..ams.nosp@m.tutz@.nosp@m.ilub.nosp@m..unib.nosp@m.e.ch

Definition at line 30 of file AbstractEntryPart.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\UI\Implementation\Crawler\Entry\AbstractEntryPart::__construct ( )

Definition at line 34 of file AbstractEntryPart.php.

35  {
36  $this->f = new Crawler\Exception\Factory();
37  }

Member Function Documentation

◆ assert()

Field Documentation

◆ $f

Crawler Exception Factory ILIAS\UI\Implementation\Crawler\Entry\AbstractEntryPart::$f = null
protected

Definition at line 32 of file AbstractEntryPart.php.


The documentation for this class was generated from the following file: