Nextcloud PHP API (master)

IBus

Interface IBus

The interface is considered internal going forward and should not be implemented by apps anymore

Tags
since
8.1.0

Table of Contents

Methods

push()  : void
Schedule a command to be fired
requireSync()  : void
Require all commands using a trait to be run synchronous

Methods

push()

Schedule a command to be fired

public push(ICommand $command) : void
Parameters
$command : ICommand
Tags
since
33.0.0

Only allowed for Expire and Expire

since
8.1.0

requireSync()

Require all commands using a trait to be run synchronous

public requireSync(string $trait) : void
Parameters
$trait : string
Tags
since
8.1.0

        
On this page

Search results