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
Fabien Potencier 369aebf431 fixed CS
2014-09-22 10:32:35 +02:00
..
Exception [PropertyAccess] Changed PropertyAccessor to continue searching when a non-public method/property are found 2013-04-18 16:39:54 +02:00
Tests fixed CS 2014-09-22 10:32:35 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [PropertyAccess] Made naming consistent with Form and Validator 2013-04-25 18:28:27 +02:00
composer.json updated the branch alias in composer files 2013-01-31 22:39:01 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
PropertyAccess.php [PropertyAccess] Made naming consistent with Form and Validator 2013-04-25 18:28:27 +02:00
PropertyAccessor.php fixed CS 2014-09-22 10:32:35 +02:00
PropertyAccessorBuilder.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
PropertyAccessorInterface.php [PropertyAccess] Changed PropertyAccessor to continue searching when a non-public method/property are found 2013-04-18 16:39:54 +02:00
PropertyPath.php minor #10717 unified return null usages (fabpot) 2014-04-18 22:35:25 +02:00
PropertyPathBuilder.php fixed CS 2014-09-22 10:32:35 +02:00
PropertyPathInterface.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
PropertyPathIterator.php [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
PropertyPathIteratorInterface.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00
StringUtil.php fixed CS 2014-09-22 10:32:35 +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
$ phpunit