IBus
in
Interface IBus
Tags
Table of Contents
Methods
- push() : mixed
- Schedule a command to be fired
- requireSync() : mixed
- Require all commands using a trait to be run synchronous
Methods
push()
Schedule a command to be fired
public
push(ICommand|callable $command) : mixed
Parameters
- $command : ICommand|callable
Tags
requireSync()
Require all commands using a trait to be run synchronous
public
requireSync(string $trait) : mixed
Parameters
- $trait : string