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 fb34a6f938 Merge branch '2.7'
* 2.7: (32 commits)
  [Config] adds missing « use » statement for InvalidTypeException type hint in documentation.
  [Config] fixes broken unit test on ArrayNode class.
  fixed CS
  [Security] Delete old session on auth strategy migrate
  skip if param "translator.logging" doesn't exist.
  [SecurityBundle] fixes SecurityDataCollector::getInheritedRoles() documentation.
  update required minimum TwigBridge version
  Very minor grammar fix in error message
  Added the function providers as container resources
  [Tests] Silenced all deprecations in tests for 2.3
  BinaryFileResponse - add missing newline
  fixed CS
  add a limit and a test to FlattenExceptionTest.
  [DebugBundle] enable the DumpDataCollectorPass
  [FrameworkBundle] Use debug namespace.
  [FrameworkBundle] update debug commands references
  skip compiler pass if interface doesn't exist
  Unify the way to provide expression functions for the DI container
  CS: There should be no empty lines following phpdocs
  [Security] Added the triggering of the security.interactive_login event after set of token
  ...

Conflicts:
	src/Symfony/Component/HttpKernel/Kernel.php
2014-12-20 17:07:50 +01:00
..
Exception [PropertyAccess] Removed the argument $value from isWritable() 2014-03-30 18:19:56 +02:00
Tests Merge branch '2.3' into 2.5 2014-12-20 17:01:23 +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 3.0 2014-11-11 09:37:22 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
PropertyAccess.php Added deprecation log for PropertyAccess::getPropertyAccessor. Issue #12... 2014-11-29 15:31:20 +01:00
PropertyAccessor.php minor #12531 [2.5] Remove possible call_user_func() (nicolas-grekas) 2014-12-11 19:59:58 +01:00
PropertyAccessorBuilder.php CS fixes 2014-12-04 20:26:11 +00:00
PropertyAccessorInterface.php CS fixes 2014-12-04 20:26:11 +00:00
PropertyPath.php Merge branch '2.4' 2014-04-18 22:40:13 +02:00
PropertyPathBuilder.php Docblock fixes 2014-11-30 13:33:44 +00:00
PropertyPathInterface.php Docblock fixes 2014-11-30 13:33:44 +00: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 Minor phpcs fixes 2014-12-07 18:50:06 +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.phar install
$ phpunit