dggzichahu/vendor/symfony/property-access
lisong af73359fe6 初始化 2021-12-23 12:21:22 +08:00
..
Exception 初始化 2021-12-23 12:21:22 +08:00
Tests 初始化 2021-12-23 12:21:22 +08:00
.gitignore 初始化 2021-12-23 12:21:22 +08:00
CHANGELOG.md 初始化 2021-12-23 12:21:22 +08:00
LICENSE 初始化 2021-12-23 12:21:22 +08:00
PropertyAccess.php 初始化 2021-12-23 12:21:22 +08:00
PropertyAccessor.php 初始化 2021-12-23 12:21:22 +08:00
PropertyAccessorBuilder.php 初始化 2021-12-23 12:21:22 +08:00
PropertyAccessorInterface.php 初始化 2021-12-23 12:21:22 +08:00
PropertyPath.php 初始化 2021-12-23 12:21:22 +08:00
PropertyPathBuilder.php 初始化 2021-12-23 12:21:22 +08:00
PropertyPathInterface.php 初始化 2021-12-23 12:21:22 +08:00
PropertyPathIterator.php 初始化 2021-12-23 12:21:22 +08:00
PropertyPathIteratorInterface.php 初始化 2021-12-23 12:21:22 +08:00
README.md 初始化 2021-12-23 12:21:22 +08:00
StringUtil.php 初始化 2021-12-23 12:21:22 +08:00
composer.json 初始化 2021-12-23 12:21:22 +08:00
phpunit.xml.dist 初始化 2021-12-23 12:21:22 +08:00

README.md

PropertyAccess Component

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

Resources