This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/PropertyAccess
2013-07-28 20:26:16 +02:00
..
Exception [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
Tests [PropertyAccess] added moves to pluralMap 2013-07-19 16:05:19 -07:00
.gitattributes [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
.gitignore [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
composer.json [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
LICENSE [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
phpunit.xml.dist [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
PropertyAccess.php [PropertyAccess] Remove trailing periods from doc blocks 2013-03-28 11:37:15 -04:00
PropertyAccessor.php [PropertyAccess] Remove trailing periods from doc blocks 2013-03-28 11:37:15 -04:00
PropertyAccessorInterface.php [PropertyAccess] Remove trailing periods from doc blocks 2013-03-28 11:37:15 -04:00
PropertyPath.php [PropertyAccess] Remove trailing periods from doc blocks 2013-03-28 11:37:15 -04:00
PropertyPathBuilder.php [PropertyAccess] Remove trailing periods from doc blocks 2013-03-28 11:37:15 -04:00
PropertyPathInterface.php [PropertyAccess] Remove trailing periods from doc blocks 2013-03-28 11:37:15 -04:00
PropertyPathIterator.php [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
PropertyPathIteratorInterface.php [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
README.md [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
StringUtil.php removed dead code and fixed CS 2013-07-28 20:26:16 +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