PHP Classes

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    
Ratings Unique User Downloads Download Rankings
StarStarStar 57%Total: 962 This week: 1All time: 3,749 This week: 560Up
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
Age: 37
All time rank: 5037 in Czech Republic Czech Republic
Week rank: 416 Up3 in Czech Republic Czech Republic Up
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:962
This week:1
All time:3,749
This week:560Up
 User Ratings  
 
 All time
Utility:83%StarStarStarStarStar
Consistency:83%StarStarStarStarStar
Documentation:-
Examples:75%StarStarStarStar
Tests:-
Videos:-
Overall:57%StarStarStar
Rank:1619