Overview

Namespaces

  • Alchemy
    • core
      • query
      • schema
    • dialect
    • engine
    • orm
    • tests
    • util
      • promise
  • PHP

Classes

  • Promise
  • Signal
  • SignalFn_Then
  • Waitable

Interfaces

  • IPromisable

Exceptions

  • SerializableException
  • TimeoutException
  • TypeException
  • Overview
  • Namespace
  • Class
  • Tree

Class SignalFn_Then

This is a class instead of a lamda function so that it can potentially be serialized, though that also requires that the callbacks and parent Promises be serializable as well.

Namespace: Alchemy\util\promise
Located at alchemy/util/promise/Promise.php
Methods summary
public
# __construct( mixed $fnSource, mixed $fnThen = null, mixed $fnFail = null )
public
# __invoke( )
Properties summary
protected mixed $fnSource
#
protected mixed $fnThen
#
protected mixed $fnFail
#
API documentation generated by ApiGen 2.8.0