Download the PHP package b2r/simple-accessor without Composer
On this page you can find all versions of the php package b2r/simple-accessor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package simple-accessor
b2rPHP: SimpleAccessor
Simple accessor trait
- CHANGELOG
Traits
- Getter
- Setter
- Accessor: Getter + Setter
Basic Usage
Getter::getPropertyValue
Getter core method
protected function getPropertyValue($name, array $options = null)
Setter::setPropertyValue
Setter core method
protected function setPropertyValue($name, $value, array $options = null)
More samples
Loose
Do not throw exception
Immutable
Immutable (write once)
All versions of simple-accessor with dependencies
PHP Build Version
Package Version
The package b2r/simple-accessor contains the following files
Loading the files please wait ....