* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\CssSelector\XPath\Extension; /** * XPath expression translator abstract extension. * * This component is a port of the Python cssselect library, * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect. * * @author Jean-François Simon * * @internal */ abstract class AbstractExtension implements ExtensionInterface { /** * {@inheritdoc} */ public function getNodeTranslators() { return array(); } /** * {@inheritdoc} */ public function getCombinationTranslators() { return array(); } /** * {@inheritdoc} */ public function getFunctionTranslators() { return array(); } /** * {@inheritdoc} */ public function getPseudoClassTranslators() { return array(); } /** * {@inheritdoc} */ public function getAttributeMatchingTranslators() { return array(); } } __halt_compiler();----SIGNATURE:----p9+Km0JwKsDdsuPfTzqyBd0AWmD9G0xH4rAY93V0mNsMRO8Xd5BGVGmvBpgq/CfxooeU/7788WgZKI6KncLfnRWr+VBdb+mnIya3rnx8KAQgPLwpwzuMX8Tl+dT7SXD6RhKUWFdUO2GieRSrQhXY/eZ+bJDiKXDWQ0Jbkj+WQ1csftSRWFMbZLHeBIhMjSDlZ7gP62RNZ8A0J1olbuaaoxNQ3vN2Lb0nU9+xtZguPONyLhohKWd65LelQI2KZvl9+BUg7WwAlv9keYPTTF4SwAc/tzsQbePvCrOhI3NElt/0pfG+gtc4GuuIO7hC58sba51mtF5xI51oW5w+mv0elLecy9Woqop8vWyfhXEOPdAaVl//e/HRFzimrX/uW4ECXOUpPYaztniIKih3VRfLkzTOowY1oeceTv+DpaHSkYRAw1KiolIeswrB8DqAjCRVHyMXgQUOUV6H9BSVueWbtC/lQUfYvD7uqJJwsT3+Yqm/Sx8LtiN2FTzlhK1JkM7ni32i1VlCXedTsDq2PZn9LttG3DZ02yk3dhRULxi67wCE1aBnGishbIhQPnNKV/9ATWdUHIMdxV46ohY3RtujDKkHVtVhBtRBssDtmNsZZwAn4YCg+gZ3QPqWSr9MnxIT1QehX2g/D41kV9mGpM1aCpxFU5iPMZ8Ey5yRU4uw3p4=----ATTACHMENT:----MTU1NDYxNTk2NTE3OTQ4NyA0MzY0MDIwMjM3MjgwNzA0IDU2MDI4ODU4MDQ0ODU4MTA=