Imbo\Auth\AccessControl\Adapter\AdapterInterface::getUsersForResource PHP Метод

getUsersForResource() публичный Метод

Get a list of users the public key has access for on a given resource
public getUsersForResource ( string $publicKey, string $resource ) : array
$publicKey string Public key to check access for
$resource string Resource identifier (e.g. image.get, images.post)
Результат array List of users the public key kan access the given resource for
    function getUsersForResource($publicKey, $resource);