2017 © Pedro Peláez
 

library arrayaccess

Trait to implement ArrayAccess

image

hepplerdotnet/arrayaccess

Trait to implement ArrayAccess

  • Friday, September 8, 2017
  • by HepplerDotNet
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ArrayAccess Trait

PHP Trait to implement ArrayAccess, (*1)

Installation

First, pull in the package through Composer., (*2)

Run composer require hepplerdotnet/arrayaccess, (*3)

And then include the Trait within your Class to implement ArrayAccess., (*4)

class Foo implements \ArrayAccess
{
use \HepplerDotNet\ArrayAccess\ArrayAccess;
...
}

That's it, your Class can now use ArrayAccess., (*5)

The Versions

08/09 2017

dev-master

9999999-dev

Trait to implement ArrayAccess

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

by Patrick Heppler

08/09 2017

1.0

1.0.0.0

Trait to implement ArrayAccess

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

by Patrick Heppler