ShareReview
Table of Contents
Namespaces
- Events
Interfaces
- IShareReviewSource
- Interface to be implemented by apps that want to expose their app-managed
shares to a share-review app. Implementations are registered through
{@see RegisterShareReviewSourceEvent} and resolved from the dependency
injection container.
Classes
- RegisterShareReviewSourceEvent
- Event dispatched by a share-review app to collect share sources from other
apps. Listeners register the class name of their {@see IShareReviewSource}
implementation; the share-review app resolves it from the dependency
injection container.
- ShareReviewEntry
- Holds a single app-managed share as exposed to a share-review app through
{@see IShareReviewSource::getShares()}.
- ShareReviewPermission
- A single permission granted by an app-managed share, as exposed to a
share-review app through {@see ShareReviewEntry::$permissions}.