ILIAS  release_8 Revision v8.24
AbstractEntryPart.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
24
31{
32 protected ?Crawler\Exception\Factory $f = null;
33
34 public function __construct()
35 {
36 $this->f = new Crawler\Exception\Factory();
37 }
38
39 protected function assert(): Crawler\Exception\CrawlerAssertion
40 {
41 return $this->f->assertion();
42 }
43}
Abstract Entry Part to share some common entry functionality.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Crawler.php:21