ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
functions.php File Reference

Go to the source code of this file.

Namespaces

 Sabre\Event\Promise
 

Functions

 Sabre\Event\Promise::all (array $promises)
 This file contains a set of functions that are useful for dealing with the Promise object. More...
 
 Sabre\Event\Promise::race (array $promises)
 The race function returns a promise that resolves or rejects as soon as one of the promises in the argument resolves or rejects. More...
 
 Sabre\Event\Promise::resolve ($value)
 Returns a Promise that resolves with the given value. More...
 
 Sabre\Event\Promise::reject ($reason)
 Returns a Promise that will reject with the given reason. More...