2017 © Pedro Peláez
 

library object

A super class to be used as a base for all non-static classes.

image

mcgowancorp/object

A super class to be used as a base for all non-static classes.

  • Saturday, January 12, 2013
  • by amcgowanca
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

# Object Class

A standard object class named Object in which all non-static classes can be a subclass of. Provides base methods for all classes and is modeled after Microsoft's Visual C# and Oracle's Java Object class in the most basic form for PHP., (*1)

The Versions

12/01 2013

dev-master

9999999-dev https://github.com/amcgowanca/PHP-Object-Class

A super class to be used as a base for all non-static classes.

  Sources   Download

The Requires

  • php >= 5.3.0

 

by Aaron McGowan