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