IBus
in
Interface IBus
The interface is considered internal going forward and should not be implemented by apps anymore
Tags
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
requireSync()
Require all commands using a trait to be run synchronous
public
requireSync(string $trait) : void
Parameters
- $trait : string