ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
AbstractEntryPart.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
31 {
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.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null