Nextcloud PHP API (master)

ExceptionalImplementable
in package

Attribute to declare that the API marked as Consumable/Listenable/Catchable has an exception and is Implementable/Dispatchable/Throwable by a dedicated app. Changes to such an API have to be communicated to the affected app maintainers.

Tags
since
32.0.0
Attributes
#[Attribute]
\Attribute::TARGET_ALL | \Attribute::IS_REPEATABLE
#[Consumable]
$since: '32.0.0'
#[Implementable]
$since: '32.0.0'

Table of Contents

Properties

$app  : string
$class  : string|null

Methods

__construct()  : mixed
getApp()  : string
getClass()  : string|null

Properties

Methods

__construct()

public __construct(string $app[, string|null $class = null ]) : mixed
Parameters
$app : string
$class : string|null = null

        
On this page

Search results