| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilWebLinkItem:
 Collaboration diagram for ilWebLinkItem:Public Member Functions | |
| __construct (int $webr_id, int $link_id, string $title, ?string $description, string $target, bool $active, DateTimeImmutable $create_date, DateTimeImmutable $last_update, array $parameters) | |
| getResolvedLink (bool $with_parameters=true) | |
| isInternal () | |
| toXML (ilXmlWriter $writer, int $position) | |
| getWebrId () | |
| getLinkId () | |
| getCreateDate () | |
| getLastUpdate () | |
| getParameters () | |
  Public Member Functions inherited from ilWebLinkBaseItem | |
| __construct (string $title, ?string $description, string $target, bool $active, array $parameters) | |
| isInternal () | |
| getTitle () | |
| getDescription () | |
| getTarget () | |
| isActive () | |
| getParameters () | |
Protected Attributes | |
| int | $webr_id | 
| int | $link_id | 
| DateTimeImmutable | $create_date | 
| DateTimeImmutable | $last_update | 
| array | $parameters | 
  Protected Attributes inherited from ilWebLinkBaseItem | |
| string | $title | 
| string | $target | 
| bool | $active | 
| array | $parameters | 
| 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 items
Definition at line 25 of file class.ilWebLinkItem.php.
| ilWebLinkItem::__construct | ( | int | $webr_id, | 
| int | $link_id, | ||
| string | $title, | ||
| ?string | $description, | ||
| string | $target, | ||
| bool | $active, | ||
| DateTimeImmutable | $create_date, | ||
| DateTimeImmutable | $last_update, | ||
| array | $parameters | ||
| ) | 
| int | $webr_id | |
| int | $link_id | |
| string | $title | |
| string | null | $description | |
| string | $target | |
| bool | $active | |
| DateTimeImmutable | $create_date | |
| DateTimeImmutable | $last_update | |
| ilWebLinkParameter[] | $parameters | 
Definition at line 49 of file class.ilWebLinkItem.php.
References $create_date, $last_update, $link_id, $webr_id, ILIAS\MetaData\Repository\Validation\Data\__construct(), getResolvedLink(), and isInternal().
 Here is the call graph for this function:| ilWebLinkItem::getCreateDate | ( | ) | 
| ilWebLinkItem::getLastUpdate | ( | ) | 
| ilWebLinkItem::getLinkId | ( | ) | 
Definition at line 98 of file class.ilWebLinkItem.php.
References $link_id.
Referenced by ilWebLinkDatabaseRepository\getParameterinItemByParamId(), toXML(), and ilWebLinkDatabaseRepository\updateItem().
 Here is the caller graph for this function:| ilWebLinkItem::getParameters | ( | ) | 
Definition at line 116 of file class.ilWebLinkItem.php.
References $parameters.
Referenced by ilWebLinkItemExternal\getResolvedLink(), ilWebLinkItemInternal\getResolvedLink(), toXML(), and ilWebLinkDatabaseRepository\updateItem().
 Here is the caller graph for this function:
      
  | 
  abstract | 
| ilWebLinkItem::getWebrId | ( | ) | 
Definition at line 93 of file class.ilWebLinkItem.php.
References $webr_id.
Referenced by ilWebLinkDatabaseRepository\updateItem().
 Here is the caller graph for this function:
      
  | 
  abstract | 
| ilWebLinkItem::toXML | ( | ilXmlWriter | $writer, | 
| int | $position | ||
| ) | 
Definition at line 71 of file class.ilWebLinkItem.php.
References ilWebLinkBaseItem\getDescription(), getLinkId(), getParameters(), ilWebLinkBaseItem\getTarget(), ilWebLinkBaseItem\getTitle(), ilWebLinkBaseItem\isActive(), isInternal(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 30 of file class.ilWebLinkItem.php.
Referenced by __construct(), and getCreateDate().
      
  | 
  protected | 
Definition at line 31 of file class.ilWebLinkItem.php.
Referenced by __construct(), and getLastUpdate().
      
  | 
  protected | 
Definition at line 28 of file class.ilWebLinkItem.php.
Referenced by __construct(), and getLinkId().
      
  | 
  protected | 
Definition at line 36 of file class.ilWebLinkItem.php.
Referenced by getParameters().
      
  | 
  protected | 
Definition at line 27 of file class.ilWebLinkItem.php.
Referenced by __construct(), and getWebrId().