|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\ILIASObject\Properties\MultiPropertiesManipulator:Public Member Functions | |
| __construct (private readonly ObjectReferencePropertiesRepository $object_reference_properties_repo, private readonly Aggregator $properties_agregator, private readonly \ilLanguage $language, private readonly \ilCtrlInterface $ctrl, private readonly \ilObjUser $user, private readonly UIFactory $ui_factory, private readonly \ilGlobalTemplateInterface $tpl, private readonly Refinery $refinery) | |
| getAvailabilityPeriodButton () | |
| getEditAvailabilityPeriodPropertiesModal (array $ref_ids, \ilObjectGUI $parent_gui) | |
| saveEditAvailabilityPeriodPropertiesModal (\ilObjectGUI $parent_gui, \Closure $check_access, ServerRequestInterface $request) | |
Private Member Functions | |
| buildModal (string $post_url, ?array $items=null, ?array $ref_ids=null, bool $all_settings_are_equal=false) | |
| buildForm (?int $ref_id_for_values) | |
| saveAvailabilityPeriodPropertyForObjectRefIds (array $object_reference_ids, AvailabilityPeriod $property) | |
| areAllElementsEqual (array $ref_ids) | |
| getItemsForRefIds (array $object_reference_ids) | |
Definition at line 32 of file MultiPropertiesManipulator.php.
| ILIAS\ILIASObject\Properties\MultiPropertiesManipulator::__construct | ( | private readonly ObjectReferencePropertiesRepository | $object_reference_properties_repo, |
| private readonly Aggregator | $properties_agregator, | ||
| private readonly \ilLanguage | $language, | ||
| private readonly \ilCtrlInterface | $ctrl, | ||
| private readonly \ilObjUser | $user, | ||
| private readonly UIFactory | $ui_factory, | ||
| private readonly \ilGlobalTemplateInterface | $tpl, | ||
| private readonly Refinery | $refinery | ||
| ) |
Definition at line 34 of file MultiPropertiesManipulator.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:
|
private |
| array<int> | $ref_ids |
Definition at line 175 of file MultiPropertiesManipulator.php.
References $ref_id.
|
private |
Definition at line 139 of file MultiPropertiesManipulator.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
private |
Definition at line 107 of file MultiPropertiesManipulator.php.
| ILIAS\ILIASObject\Properties\MultiPropertiesManipulator::getAvailabilityPeriodButton | ( | ) |
Definition at line 47 of file MultiPropertiesManipulator.php.
References $id, ILIAS\UI\examples\Symbol\Glyph\Language\language(), and ILIAS\UI\Implementation\Component\withAdditionalOnLoadCode().
Here is the call graph for this function:| ILIAS\ILIASObject\Properties\MultiPropertiesManipulator::getEditAvailabilityPeriodPropertiesModal | ( | array | $ref_ids, |
| \ilObjectGUI | $parent_gui | ||
| ) |
Definition at line 63 of file MultiPropertiesManipulator.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:
|
private |
| array<int> | $ref_ids |
Definition at line 199 of file MultiPropertiesManipulator.php.
|
private |
Definition at line 161 of file MultiPropertiesManipulator.php.
Here is the call graph for this function:| ILIAS\ILIASObject\Properties\MultiPropertiesManipulator::saveEditAvailabilityPeriodPropertiesModal | ( | \ilObjectGUI | $parent_gui, |
| \Closure | $check_access, | ||
| ServerRequestInterface | $request | ||
| ) |
Definition at line 82 of file MultiPropertiesManipulator.php.