PHP Classes

Classes of Ben A. Noone

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Ben A. Noone (1)  >  Mission progress status  >  Reputation  
Picture of Ben A. Noone
Name: Ben A. Noone <contact> Ben A. Noone Google profile
Classes: 1
Country: United States United States
Age: 31
All time rank: 3981510 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 253
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Master Class SubClass  
Create and manage hierarchies of classes
This package can create and manage hierarchies of classes.

There is a master class that can manage a collection of children classes.

Calls to functions of that class are forwarded to the first object of the children that implements called function.

Accesses to set or get master class variables are also forwarded to first onbject children classes that has that variable defined.

The master class create objects of children classes when they are first accessed.

The subclasses may also create a master class object in case none is associated with the current subclass object.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z