ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ObjectTypeSpecificPropertyModifications.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\ILIASObject\Properties\ObjectTypeSpecificProperties
;
20
21
interface
ObjectTypeSpecificPropertyModifications
22
{
23
public
function
modifyTitle
(
int
$obj_id,
string
$current_title): string;
24
public
function
modifyDescription
(
int
$obj_id,
string
$current_description): string;
25
}
ILIAS\ILIASObject\Properties\ObjectTypeSpecificProperties\ObjectTypeSpecificPropertyModifications
Definition:
ObjectTypeSpecificPropertyModifications.php:22
ILIAS\ILIASObject\Properties\ObjectTypeSpecificProperties\ObjectTypeSpecificPropertyModifications\modifyDescription
modifyDescription(int $obj_id, string $current_description)
ILIAS\ILIASObject\Properties\ObjectTypeSpecificProperties\ObjectTypeSpecificPropertyModifications\modifyTitle
modifyTitle(int $obj_id, string $current_title)
ILIAS\ILIASObject\Properties\ObjectTypeSpecificProperties
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractObjectTypeSpecificProperties.php:21
components
ILIAS
ILIASObject
src
Properties
ObjectTypeSpecificProperties
ObjectTypeSpecificPropertyModifications.php
Generated on Sat Oct 18 2025 23:03:11 for ILIAS by
1.9.4 (using
Doxyfile
)