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/CssSelector/XPath
Christophe Coevoet 994f81fd86 Refactored the CssSelector to remove the circular object graph
This allows the translator and its extensions to be garbage collected
based on the refcount rather than requiring the garbage collector run,
making it much more likely to happen at the end of the
CssSelector::toXPath call.
2014-06-27 09:58:31 +02:00
..
Extension Refactored the CssSelector to remove the circular object graph 2014-06-27 09:58:31 +02:00
Translator.php Refactored the CssSelector to remove the circular object graph 2014-06-27 09:58:31 +02:00
TranslatorInterface.php [CssSelector] fully rewritted component 2013-03-23 19:04:09 +01:00
XPathExpr.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00