2017 © Pedro Peláez
 

library rtti

A Run-Time Type Information extractor, useful for getting/setting private attributes from/to PHP objects.

image

phputil/rtti

A Run-Time Type Information extractor, useful for getting/setting private attributes from/to PHP objects.

  • Saturday, January 27, 2018
  • by thiagodp
  • Repository
  • 3 Watchers
  • 2 Stars
  • 431 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 5 % Grown

The README.md

RTTI

A Run-Time Type Information extractor, useful for getting or setting private and protected attributes from/to PHP objects., (*1)

We use semantic versioning. See our releases., (*2)

Classes:, (*3)

Installation

composer require phputil/rtti

Example

Extracting all attributes from a class (even private or protected)., (*4)

name = $n; }
    function getName() { return $this->name; }
}

// array( 'user' => 'Bob' )
var_dump( RTTI::getAttributes( new User( 'Bob' ), RTTI::allFlags() ) );
?>

License

MIT (c) Thiago Delgado Pinto, (*5)

The Versions

27/01 2018

dev-master

9999999-dev http://github.com/thiagodp/rtti

A Run-Time Type Information extractor, useful for getting/setting private attributes from/to PHP objects.

  Sources   Download

MIT LGPL-3

The Requires

  • php >=5.2.0

 

php private protected rtti run-time

27/01 2018

1.4.1

1.4.1.0 http://github.com/thiagodp/rtti

A Run-Time Type Information extractor, useful for getting/setting private attributes from/to PHP objects.

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

php private protected rtti run-time

11/11 2016

1.4

1.4.0.0 http://github.com/thiagodp/rtti

A Run-Time Type Information extractor, useful for getting/setting private attributes from/to PHP objects.

  Sources   Download

LGPL-3

The Requires

  • php >=5.2.0

 

php private protected rtti run-time

11/08 2016

1.3

1.3.0.0 http://github.com/thiagodp/rtti

A Run-Time Type Information extractor, useful for getting/setting private attributes from/to PHP objects.

  Sources   Download

LGPL-3

The Requires

  • php >=5.2.0

 

php private protected rtti run-time

10/08 2016

1.2

1.2.0.0 http://github.com/thiagodp/rtti

A Run-Time Type Information extractor, useful for getting/setting private attributes from/to PHP objects.

  Sources   Download

LGPL-3

The Requires

  • php >=5.2.0

 

php private protected rtti run-time

10/08 2016

1.1

1.1.0.0 http://github.com/thiagodp/rtti

A Run-Time Type Information extractor, useful for getting/setting private attributes from/to PHP objects.

  Sources   Download

LGPL-3

The Requires

  • php >=5.2.0

 

php private protected rtti run-time

23/10 2015

1.0.1

1.0.1.0 http://github.com/thiagodp/rtti

A Run-Time Type Information extractor, useful for getting/setting private attributes from/to PHP objects.

  Sources   Download

LGPL-3

The Requires

  • php >=5.2.0

 

php private protected rtti run-time

22/10 2015

1.0

1.0.0.0 http://github.com/thiagodp/rtti

A Run-Time Type Information extractor, useful for getting/setting private attributes from/to PHP objects.

  Sources   Download

LGPL-3

The Requires

  • php >=5.2.0

 

php private protected rtti run-time