| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilWebLinkList:
 Collaboration diagram for ilWebLinkList:Public Member Functions | |
| __construct (int $webr_id, string $title, ?string $description, DateTimeImmutable $create_date, DateTimeImmutable $last_update) | |
| getWebrId () | |
| getCreateDate () | |
| getLastUpdate () | |
  Public Member Functions inherited from ilWebLinkBaseList | |
| __construct (string $title, ?string $description) | |
| getTitle () | |
| getDescription () | |
Protected Attributes | |
| int | $webr_id | 
| DateTimeImmutable | $create_date | 
| DateTimeImmutable | $last_update | 
  Protected Attributes inherited from ilWebLinkBaseList | |
| string | $title | 
| string | $description | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Immutable class for Web Link lists
Definition at line 25 of file class.ilWebLinkList.php.
| ilWebLinkList::__construct | ( | int | $webr_id, | 
| string | $title, | ||
| ?string | $description, | ||
| DateTimeImmutable | $create_date, | ||
| DateTimeImmutable | $last_update | ||
| ) | 
Definition at line 32 of file class.ilWebLinkList.php.
References $create_date, $last_update, $webr_id, and ILIAS\GlobalScreen\Provider\__construct().
 Here is the call graph for this function:| ilWebLinkList::getCreateDate | ( | ) | 
| ilWebLinkList::getLastUpdate | ( | ) | 
| ilWebLinkList::getWebrId | ( | ) | 
Definition at line 45 of file class.ilWebLinkList.php.
References $webr_id.
Referenced by ilWebLinkDatabaseRepository\updateList().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 29 of file class.ilWebLinkList.php.
Referenced by __construct(), and getCreateDate().
      
  | 
  protected | 
Definition at line 30 of file class.ilWebLinkList.php.
Referenced by __construct(), and getLastUpdate().
      
  | 
  protected | 
Definition at line 27 of file class.ilWebLinkList.php.
Referenced by __construct(), and getWebrId().