ActionKey.php
55 public static function getBestMatch(ActionKeyProvider $actionKeyProvider, $resource, $context, $action) {
containsKey($actionKey)
Check if the given action key is existing.
static getBestMatch(ActionKeyProvider $actionKeyProvider, $resource, $context, $action)
Get an action key that matches a given combination of resource, context, action best.
Definition: ActionKey.php:55
Implementations of ActionKeyProvider search for action keys.
Definition: ActionKeyProvider.php:18
static createKey($resource, $context, $action)
Create an action key from the given values.
Definition: ActionKey.php:33
An action key is a combination of a resource, context and action that is represented as a string.
Definition: ActionKey.php:22