2017 © Pedro Peláez
 

library ispl

iDimensionz Standard PHP Library

image

idimensionz/ispl

iDimensionz Standard PHP Library

  • Monday, September 25, 2017
  • by idimensionz
  • Repository
  • 0 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

iSPL

iDimensionz's Standard PHP Library, (*1)

Library containing custom classes., (*2)

Code Climate Test Coverage, (*3)

Enum (_EnumAbstract_), (*4)

Class to emulate enumerated fields (i.e. fields that may only specific values). The specific values are declared as constants in the child class. The parent class provides functions for interacting with the enum: * getValidValues(): returns an array of valid values. * isValidValue($value)__: returns true or false to indicate if the value is one of the valid values for this enum. * _setValue($value), getValue: Getter and setter for the field value. * The parent class provides the ability to type-cast the child class as a string to get the value as a string., (*5)

The Versions

25/09 2017

dev-master

9999999-dev

iDimensionz Standard PHP Library

  Sources   Download

MIT License

The Requires

  • php ^7.0

 

The Development Requires

by Jim Mullen