PHP Classes
elePHPant
Icontem

Chaining functions: Apply a chain of functions to a variable value

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (3)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2013-09-13 (3 years ago) RSS 2.0 feedNot enough user ratingsTotal: 342 All time: 6,675 This week: 935Up
Version License PHP version Categories
chaining-functions 0.2MIT/X Consortium ...3.0PHP 5, Language
Description Author

This class can apply a chain of functions to a variable value.

It can take the value of a variable and calls functions passing its value as parameter.

The result of those functions is stored in a class variable and the class object is returned, so other functions may be called in a chain.

Innovation Award
PHP Programming Innovation award nominee
September 2013
Number 8
Some applications need to call multiple PHP functions one after another in a chain but sometimes the resulting code is not very readable.

This class provides a solution that can call given global PHP functions in a chain.

The functions return the class object, so the function calls can be chained.

The resulting value is stored in a class variable, so it can be passed to the next function in the chain.

Manuel Lemos
Picture of Augustinas Malinauskas
  Performance   Level  
Name: Augustinas Malinauskas <contact>
Classes: 1 package by
Country: United Kingdom United Kingdom
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Plain text file Chaining.class.php Class Chaining functions method
Accessible without login Plain text file examples.php Example A few examples of chaining class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:342
This week:0
All time:6,675
This week:935Up
User Comments (3)
I can understand this is a nice thing to play around with, bu...
2 years ago (iltar van der berg)
12%Star
good
3 years ago (shyam6511)
57%StarStarStar
good
3 years ago (Rahul Shambharkar)
70%StarStarStarStar