Nextcloud PHP API (master)

ManagerEvent extends Event
in package

Class ManagerEvent

Tags
since
9.0.0

Table of Contents

Constants

EVENT_CREATE  = 'OCP\\SystemTag\\ISystemTagManager::createTag'
EVENT_DELETE  = 'OCP\\SystemTag\\ISystemTagManager::deleteTag'
EVENT_UPDATE  = 'OCP\\SystemTag\\ISystemTagManager::updateTag'

Properties

$beforeTag  : ISystemTag
$event  : string
$tag  : ISystemTag
$propagationStopped  : bool

Methods

__construct()  : mixed
DispatcherEvent constructor.
getEvent()  : string
getTag()  : ISystemTag
getTagBefore()  : ISystemTag
isPropagationStopped()  : bool
{@inheritDoc}
stopPropagation()  : void
Stops the propagation of the event to further event listeners

Constants

EVENT_CREATE

public mixed EVENT_CREATE = 'OCP\\SystemTag\\ISystemTagManager::createTag'
Tags
since
9.0.0
deprecated
22.0.0

EVENT_DELETE

public mixed EVENT_DELETE = 'OCP\\SystemTag\\ISystemTagManager::deleteTag'
Tags
since
9.0.0
deprecated
22.0.0

EVENT_UPDATE

public mixed EVENT_UPDATE = 'OCP\\SystemTag\\ISystemTagManager::updateTag'
Tags
since
9.0.0
deprecated
22.0.0

Properties

$propagationStopped

private bool $propagationStopped = false
Tags
since
22.0.0

Methods

getEvent()

public getEvent() : string
Tags
since
9.0.0
Return values
string

isPropagationStopped()

{@inheritDoc}

public isPropagationStopped() : bool
Tags
since
22.0.0
see
StoppableEventInterface
Return values
bool

stopPropagation()

Stops the propagation of the event to further event listeners

public stopPropagation() : void
Tags
since
22.0.0

        
On this page

Search results