19declare(strict_types=1);
getActionsForTargets(ActionTarget ... $action_target)
store(Action $action, App $for_app)
clearSuperfluous(Action ... $actions)
getEditActionForSuffix(string $suffix)
hasViewActionForSuffix(string $suffix)
getActionsForTarget(ActionTarget $action_target)
hasActionForSuffix(string $suffix, ActionTarget ... $action_target)
getSupportedSuffixes(ActionTarget ... $action_target)
getActionForSuffix(string $suffix, ActionTarget $action_target)
getViewActionForSuffix(string $suffix)
hasEditActionForSuffix(string $suffix)
ActionTarget
Officialy supported action targets, see https://learn.microsoft.com/en-us/openspecs/office_protocols/...