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/Config
Jeremy Mikola 608e443c97 [Config] Create VariableNode, which mimics ScalarNode but omits type-checking
This allows for configuration options that must accept arbitrary variables. Even if the node's value is an array, VariableNode will not perform any special processing/merging as is done for ArrayNode. It functionally behaves like a ScalarNode.
2011-02-20 00:59:18 -05:00
..
Definition [Config] Create VariableNode, which mimics ScalarNode but omits type-checking 2011-02-20 00:59:18 -05:00
Loader [Config] Improve the component 2011-02-14 22:05:56 +01:00
Resource [Config] Improve the component 2011-02-14 22:05:56 +01:00
ConfigCache.php [Config] Improve the component 2011-02-14 22:05:56 +01:00
FileLocator.php [Config] Improve the component 2011-02-14 22:05:56 +01:00
FileLocatorInterface.php [Config] Improve the component 2011-02-14 22:05:56 +01:00