ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ilObjectDefinition
parses the objects.xml it handles the xml-description of all ilias objects
Definition:
class.ilObjectDefinition.php:29
ilObject
Class ilObject Basic functions for all objects.
Definition:
class.ilObject.php:38
ILIAS\Object\ImplementsCreationCallback
Definition:
ImplementsCreationCallback.php:22
ILIAS\Object\ImplementsCreationCallback\callCreationCallback
callCreationCallback(\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb)
ILIAS\Object
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
components
ILIAS
ILIASObject
interfaces
ImplementsCreationCallback.php
Generated on Sat Oct 18 2025 23:03:11 for ILIAS by
1.9.4 (using
Doxyfile
)