2017 © Pedro Peláez
 

library chain

Call a chain of methods on an object

image

cupoftea/chain

Call a chain of methods on an object

  • Wednesday, November 9, 2016
  • by CupOfTea696
  • Repository
  • 1 Watchers
  • 0 Stars
  • 64 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version StyleCI License, (*1)

Chain

Call a chain of methods on an object.

Chain provides an easy way to chain a set of methods on an object., (*2)

Chain provides a set of methods to suit your chaining needs. From requiring you class to be an instance of an earlier specified class to getting back the results from each called method, Chain's got it all. For more info, check the Documentation or browse through the full API., (*3)

Quickstart

$ composer require cupoftea/chain ^1.2
$chain = new Chain();
$chain->requires(MyInterface::class)
    ->on(MyClass::class))
    ->call('method1', 'method2')
    ->with($parameter1, $parameter2)
    ->run();

$method1_result = $chain->getResult('method1');

The Versions

09/11 2016

dev-master

9999999-dev

Call a chain of methods on an object

  Sources   Download

MIT

The Requires

 

by Avatar CupOfTea696

chaining tool method

09/11 2016

dev-analysis-8QeLAP

dev-analysis-8QeLAP

Call a chain of methods on an object

  Sources   Download

MIT

The Requires

 

by Avatar CupOfTea696

chaining tool method

12/07 2015

v1.2.1

1.2.1.0

Call a chain of methods on an object

  Sources   Download

MIT

The Requires

 

by Avatar CupOfTea696

chaining tool method

11/07 2015

v1.2.0

1.2.0.0

Call a chain of methods on an object

  Sources   Download

MIT

The Requires

 

by Avatar CupOfTea696

chaining tool method

11/07 2015

v1.1.2

1.1.2.0

Call a chain of methods on an object

  Sources   Download

MIT

The Requires

 

by Avatar CupOfTea696

chaining tool method

11/07 2015

v1.1.1

1.1.1.0

Call a chain of methods on an object

  Sources   Download

MIT

The Requires

 

by Avatar CupOfTea696

chaining tool method

09/07 2015

v1.1.0

1.1.0.0

Call a chain of methods on an object

  Sources   Download

MIT

The Requires

 

by Avatar CupOfTea696

09/07 2015

v1.0.0

1.0.0.0

Call a chain of methods on an object

  Sources   Download

MIT

The Requires

 

by Avatar CupOfTea696