Vmianqian/vendor/symfony/property-access
2025-04-27 10:56:38 +08:00
..
Exception first commit 2025-04-27 10:56:38 +08:00
Tests first commit 2025-04-27 10:56:38 +08:00
.gitignore first commit 2025-04-27 10:56:38 +08:00
CHANGELOG.md first commit 2025-04-27 10:56:38 +08:00
composer.json first commit 2025-04-27 10:56:38 +08:00
LICENSE first commit 2025-04-27 10:56:38 +08:00
phpunit.xml.dist first commit 2025-04-27 10:56:38 +08:00
PropertyAccess.php first commit 2025-04-27 10:56:38 +08:00
PropertyAccessor.php first commit 2025-04-27 10:56:38 +08:00
PropertyAccessorBuilder.php first commit 2025-04-27 10:56:38 +08:00
PropertyAccessorInterface.php first commit 2025-04-27 10:56:38 +08:00
PropertyPath.php first commit 2025-04-27 10:56:38 +08:00
PropertyPathBuilder.php first commit 2025-04-27 10:56:38 +08:00
PropertyPathInterface.php first commit 2025-04-27 10:56:38 +08:00
PropertyPathIterator.php first commit 2025-04-27 10:56:38 +08:00
PropertyPathIteratorInterface.php first commit 2025-04-27 10:56:38 +08:00
README.md first commit 2025-04-27 10:56:38 +08:00
StringUtil.php first commit 2025-04-27 10:56:38 +08:00

PropertyAccess Component

The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.

Resources