PHP Classes
elePHPant
Icontem

Observerable: Implements the observerable design pattern

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2007-01-01 (9 years ago) RSS 2.0 feedStarStarStar 57%Total: 949 All time: 3,647 This week: 915Up
Version License PHP version Categories
observerable 1.0GNU General Publi...5.0PHP 5, Design Patterns
Description Author

This package implements the observerable design pattern.

It defines an observer interface. This interface defines a function for observer classes that is called when the observed objects are updated.

There is also an observerable class that keeps track of all observer objects. It can add and remove observer objects, as well notify the observers when the observerable object is updated.

Innovation Award
PHP Programming Innovation award nominee
December 2006
Number 6
The observable design pattern is interesting to keep track of changes or events that happen in the context of an object, without having to alter the code of its class.

This class provides an implementation of the observable design pattern that can be used by other classes.

Manuel Lemos
Picture of Michal Vrchota
Name: Michal Vrchota <contact>
Classes: 6 packages by
Country: Czech Republic Czech Republic
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Plain text file observerable-spl.php Class Observer implementation using SPL
Plain text file observerable.php Class Observer implementation
Accessible without login Plain text file test-spl.php Example tutorial how to use observer

 Version Control Unique User Downloads Download Rankings  
 0%
Total:949
This week:0
All time:3,647
This week:915Up
 User Ratings  
 
 All time
Utility:83%StarStarStarStarStar
Consistency:83%StarStarStarStarStar
Documentation:-
Examples:75%StarStarStarStar
Tests:-
Videos:-
Overall:57%StarStarStar
Rank:1417