ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilConditionControllerInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
12 {
19  public function isContainerConditionController($a_container_ref_id) : bool;
20 
27  public function getConditionSetForRepositoryObject($a_container_child_ref_id) : ilConditionSet;
28 }
Interface for containers that take over control of conditions for repository object targets...
isContainerConditionController($a_container_ref_id)
Returns true, if the a container controls the conditions of its childrens.
getConditionSetForRepositoryObject($a_container_child_ref_id)
Returns condition set for a repository object which is children under a container that controls the c...