ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ImplementsCreationCallback.php
Go to the documentation of this file.
1<?php
2
19namespace ILIAS\Object;
20
22{
23 public function callCreationCallback(
24 \ilObject $object,
25 \ilObjectDefinition $obj_definition,
26 int $requested_crtcb
27 ): void;
28}
parses the objects.xml it handles the xml-description of all ilias objects
Class ilObject Basic functions for all objects.
callCreationCallback(\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...