19 declare(strict_types=1);
27 public function getObjectDIC(
34 return new Data\Factory();
37 $container[
'ilIndividualAssessmentPrimitiveInternalNotificator'] =
function () {
41 $container[
'ilIndividualAssessmentSettingsGUI'] =
function (
$c) use ($object, $dic) {
48 $dic[
'ui.factory']->input(),
51 $dic[
'http']->request(),
53 $c[
'ilIndividualAssessmentCommonSettingsGUI']
57 $container[
'ilIndividualAssessmentMembersGUI'] =
function (
$c) use ($object, $dic) {
70 $c[
'ilIndividualAssessmentMemberGUI'],
72 $dic->http()->wrapper(),
73 $c[
'helper.dateformat']
80 $dic[
'ilUser']->
getId()
83 $container[
'ilIndividualAssessmentMemberGUI'] =
function (
$c) use ($object, $dic) {
89 $dic[
'ui.factory']->input(),
90 $dic[
'ui.factory']->messageBox(),
91 $dic[
'ui.factory']->
button(),
92 $dic[
'ui.factory']->
link(),
96 $dic[
'http']->request(),
97 $c[
'ilIndividualAssessmentPrimitiveInternalNotificator'],
102 $dic->http()->wrapper()->query(),
103 $c[
'helper.dateformat'],
104 $dic[
'resource_storage'],
105 $stakeholder = $c[
'irss.stakeholder']
109 $container[
'ilIndividualAssessmentCommonSettingsGUI'] =
function (
$c) use ($object, $dic) {
119 $container[
'helper.dateformat'] =
function (
$c) use ($dic) {
128 $dic[
'resource_storage'],
129 $stakeholder = $c[
'irss.stakeholder']
Deal with ilias rbac-system.
button(string $caption, string $cmd)
For the purpose of streamlining the grading and learning-process status definition outside of tests...
Notifies user, using internal mail system.
link(string $caption, string $href, bool $new_viewport=false)
Interface ResourceStakeholder.
ilIndividualAssessmentSettingsGUI: ilIndividualAssessmentCommonSettingsGUI
accessHandler()
Get the access handler of this.
For the purpose of streamlining the grading and learning-process status definition outside of tests...