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
2015-02-21 13:54:33 +01:00
..
Exception [PropertyAccess] Removed the argument $value from isWritable() 2014-03-30 18:19:56 +02:00
Tests [PropertyAccess] use data provider for isReadable/isWritable tests 2015-02-21 13:54:33 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [PropertyAccess] Added isReadable() and isWritable() 2014-03-28 17:21:37 +01:00
composer.json updated version to 2.6 2014-05-23 16:36:49 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
PropertyAccess.php [2.3] Cleanup deprecations 2015-01-03 10:22:29 +01:00
PropertyAccessor.php Merge branch '2.3' into 2.6 2015-02-21 13:49:08 +01:00
PropertyAccessorBuilder.php CS fixes 2014-12-04 20:26:11 +00:00
PropertyAccessorInterface.php Merge branch '2.3' into 2.5 2015-01-03 16:23:51 +01:00
PropertyPath.php Merge branch '2.3' into 2.5 2015-01-25 05:37:39 +01:00
PropertyPathBuilder.php Docblock fixes 2014-11-30 13:33:44 +00:00
PropertyPathInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
PropertyPathIterator.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
PropertyPathIteratorInterface.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00
StringUtil.php Fixed invalid feedback -> foodback singularization 2015-02-07 11:37:57 +01: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 install
$ phpunit