PHP Classes
elePHPant
Icontem

Generics: Implementation of generic types

Recommend this page to a friend!
  Info   View files View files (6)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2009-04-13 (7 years ago) RSS 2.0 feedStarStarStar 57%Total: 614 All time: 4,871 This week: 935Up
Version License PHP version Categories
generics 1.5Freeware5.1PHP 5, Data types, Language
Description Author

This package provides an implementation of generic types in PHP.

It allows defining the types of values to be returned by generic classes so they can be checked dynamically at run-time.

Exceptions are thrown when the defined type does not match the returned values.

Innovation Award
PHP Programming Innovation award nominee
March 2009
Number 9
Generics is a feature available in languages like Java that allows checking and manipulating values of data types that may only be known at run-time, like for instance manipulating collections of values.

This class provides similar implementation of generic type values manipulation in PHP.

Manuel Lemos
Picture of Pulni4kiya
Name: Pulni4kiya <contact>
Classes: 5 packages by
Country: Bulgaria Bulgaria
Innovation award
Innovation award
Nominee: 2x

  Files folder image Files  
File Role Description
Files folder imageproxy (2 files)
Plain text file IEquatable Class Interface that has the Equals method
Plain text file IGeneric.php Class The interface that must be implemented by a genric class
Plain text file Type.php Class The Type class. A helper class for the Generics. Could be used for other purposes.
Accessible without login Plain text file example.php Example Just shows some examples

  Files folder image Files  /  proxy  
File Role Description
  Plain text file GenericsCheckProxy.php Class The GenericsCheckProxy class
  Plain text file example.php Example An example of the new features.

 Version Control Reuses Unique User Downloads Download Rankings  
 0%1
Total:614
This week:0
All time:4,871
This week:935Up
 User Ratings  
 
 All time
Utility:80%StarStarStarStarStar
Consistency:85%StarStarStarStarStar
Documentation:-
Examples:90%StarStarStarStarStar
Tests:-
Videos:-
Overall:57%StarStarStar
Rank:1402