2017 © Pedro Peláez
 

library object

Utility abstract objects

image

calderawp/object

Utility abstract objects

  • Saturday, October 28, 2017
  • by Shelob9
  • Repository
  • 1 Watchers
  • 0 Stars
  • 102 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Utility Objects

A few variations on the stdClass object., (*1)

almostStd Is very much like stdClass, but only the defined propeties of class can be set/get., (*2)

almostStdImmutable extends almostStd and removes ability to modify the property values after instantiation. Properties have to be set by passing stdClass object to constructor., (*3)

almostStdValidatable extends almostStd and adds a validation callback to get/set., (*4)

Install

composer require calderawp/object, (*5)

The Versions

28/10 2017

dev-master

9999999-dev

Utility abstract objects

  Sources   Download

GPLv2+

08/01 2017

1.0.1

1.0.1.0

Utility abstract objects

  Sources   Download

GPLv2+

14/08 2016

1.0.0

1.0.0.0

Utility abstract objects

  Sources   Download

GPLv2+