Stud.IP  5.4
_setup_key.php File Reference

Variables

 $checkmark
 
 $predicate
 

Variable Documentation

◆ $checkmark

$checkmark
Initial value:
= function (bool $checked): Icon {
return $checked
: Icon::create('decline', Icon::ROLE_STATUS_RED);
}
const ROLE_STATUS_GREEN
Definition: Icon.class.php:25
static create($shape, $role=Icon::DEFAULT_ROLE, $attributes=[])
Definition: Icon.class.php:101

◆ $predicate

$predicate
Initial value:
= function ($checked, $positive, $negative) {
return $checked ? $positive : $negative;
}