Overview
  • Namespace
  • Class

Namespaces

  • CupOfTea
    • Chain
      • Contracts
      • Exceptions

Interfaces

  • ResultAccess

Interface ResultAccess

Direct known implementers

CupOfTea\Chain\Chain, CupOfTea\Chain\Results

Namespace: CupOfTea\Chain\Contracts
Located at Contracts/ResultAccess.php

Methods summary

public mixed
# getResult( string $result )

Return the result with the specified name.

Return the result with the specified name.

Parameters

$result
Name of the result

Returns

mixed
value of the result
public Array
# getResults( )

Return all results as an associative array where the keys are the name of the result.

Return all results as an associative array where the keys are the name of the result.

Returns

Array
The results
public
# toArray( )

Alias for getResults.

Alias for getResults.

See

CupOfTea\Chain\Contracts\ResultAccess::getResults()
API documentation generated by ApiGen