Registry / utility / neos-utility-objecthandling

neos-utility-objecthandling

JSON →
library9.1.1phppackagistunverified

Flow array/object property and type utilities

composer require neos/utility-objecthandling
INSTALL
IMPORT
SIG · NEOS-UTILITY-OBJEC
N
neos-utility-objecthandling
utilityphpv9.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ObjectAccess
use Neos\Utility\ObjectHandling\ObjectAccess;

Access and manipulate object properties dynamically

use Neos\Utility\ObjectHandling\ObjectAccess; $object = new stdClass(); $object->name = 'John'; $name = ObjectAccess::getProperty($object, 'name'); echo $name; // John ObjectAccess::setProperty($object, 'age', 30); var_dump($object->age); // 30
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
neos-utility-objecthandling — pip install neos-utility-objecthandling · libregistry