ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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}
An exception for terminatinating execution or to throw for unit testing.
Interface for containers that take over control of conditions for repository object targets.
getConditionSetForRepositoryObject($a_container_child_ref_id)
Returns condition set for a repository object which is children under a container that controls the c...
isContainerConditionController($a_container_ref_id)
Returns true, if the a container controls the conditions of its childrens.