1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-27 19:32:18 -05:00
wallabag/vendor/symfony/property-access/Symfony/Component/PropertyAccess
2013-08-03 19:26:54 +02:00
..
Exception twig implementation 2013-08-03 19:26:54 +02:00
.gitattributes twig implementation 2013-08-03 19:26:54 +02:00
.gitignore twig implementation 2013-08-03 19:26:54 +02:00
CHANGELOG.md twig implementation 2013-08-03 19:26:54 +02:00
composer.json twig implementation 2013-08-03 19:26:54 +02:00
LICENSE twig implementation 2013-08-03 19:26:54 +02:00
PropertyAccess.php twig implementation 2013-08-03 19:26:54 +02:00
PropertyAccessor.php twig implementation 2013-08-03 19:26:54 +02:00
PropertyAccessorBuilder.php twig implementation 2013-08-03 19:26:54 +02:00
PropertyAccessorInterface.php twig implementation 2013-08-03 19:26:54 +02:00
PropertyPath.php twig implementation 2013-08-03 19:26:54 +02:00
PropertyPathBuilder.php twig implementation 2013-08-03 19:26:54 +02:00
PropertyPathInterface.php twig implementation 2013-08-03 19:26:54 +02:00
PropertyPathIterator.php twig implementation 2013-08-03 19:26:54 +02:00
PropertyPathIteratorInterface.php twig implementation 2013-08-03 19:26:54 +02:00
README.md twig implementation 2013-08-03 19:26:54 +02:00
StringUtil.php twig implementation 2013-08-03 19:26:54 +02:00

PropertyAccess Component

PropertyAccess reads/writes values from/to object/array graphs using a simple string notation.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/PropertyAccess/
$ composer.phar install --dev
$ phpunit