ILIAS  release_8 Revision v8.23
class.ilTermsOfServiceEntityFactory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
33  {
34  switch (strtolower($name)) {
35  case 'iltermsofserviceacceptanceentity':
37 
38  default:
39  throw new InvalidArgumentException('Entity not supported');
40  }
41  }
42 }
Class ilTermsOfServiceEntityFactory.
if($format !==null) $name
Definition: metadata.php:247
Class ilTermsOfServiceAcceptanceEntity.