yana

phpDocumentor v 1.4.0

Class Utility

Description

«abstract» Utility
"Utility classes" contain only static methods and attributes. This means especially you can't create an instance of such classes.
As an example they are usefull to group full static functions of the same domain within a class namespace instead of having them clutter your global namespace.
To create a utility class, simply add "extends Utility" to your class definition. Note: this class is abstract by intention not by syntax.
  • abstract:
  • access: public

    
            
Method Summary

Direct descendents

Class Description
ErrorUtility «utility» static class for error handling and debugging
Hashtable «utility» Hashtable
Index «utility» controller
Microsummary «utility» Microsummary

Methods

check Utility - constraint
Utility Utility ()
Description:
This is a pseudo-constructor that when called issues an E_USER_ERROR and terminates the program. Utility classes do not allow any instances, since they are intended not to have any instance specific members.
  • access: public

Documentation generated on Sat, 03 Jan 2009 22:22:36 +0100 by phpDocumentor 1.4.0

yana author: Thomas MeyerHomepage: www.yanaframework.net