ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ImplementsCreationCallback.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\Object
;
20
21
interface
ImplementsCreationCallback
22
{
23
public
function
callCreationCallback
(
24
\
ilObject
$object,
25
\
ilObjectDefinition
$obj_definition,
26
int
$requested_crtcb
27
): void;
28
}
ILIAS\Object\ImplementsCreationCallback
Definition:
ImplementsCreationCallback.php:21
ilObject
ILIAS\Object\ImplementsCreationCallback\callCreationCallback
callCreationCallback(\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb)
ilObjectDefinition
ILIAS\Object
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilObjectDIC.php:21
components
ILIAS
ILIASObject
interfaces
ImplementsCreationCallback.php
Generated on Wed Sep 10 2025 15:15:47 for ILIAS by
1.8.13 (using
Doxyfile
)