* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\CssSelector\Node; /** * Abstract base node class. * * 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 AbstractNode implements NodeInterface { /** * @var string */ private $nodeName; /** * @return string */ public function getNodeName() { if (null === $this->nodeName) { $this->nodeName = preg_replace('~.*\\\\([^\\\\]+)Node$~', '$1', get_called_class()); } return $this->nodeName; } } __halt_compiler();----SIGNATURE:----pus0DSZ3yBwhhFDp6RHqmaWTpTdkhzlzjNVYPKM2QQ3h4sWGuDJGfxWp0s66BAxHO+Q/RqPmRDtcRz5JJSkxOdV31XR6y1Uywt/FFYwvASRKfONuSTaiQ63/9x4x2hn1e811EZ7lelBxkVZtUFhZAB/njIUBsr68MwHF6jC3L6lzU/wKqaI/zpnDNXUjRVADlKPEQdg5eN/l0wrjVfVWNKwuAq9EZqIOB2MchInTj2B5owrfU6SHxZBjHKY06UB3f16uUXYv99TYj/g3sXBIaDldj7KKhXp8u6vXNfWCYaBiPnae3dmUNB+KagXequkTQu7tRe3whYsYLD4C9AgD7pG51VWYUf6mV8rRa0QPuYaDrDfi/QWm5CK0obibix1ZbF/VKWKhwqr5PUMnxH6Ls1E1TubR1RMDeqjWb0LBOGgf44BTFsPHBhdJ41xtB4qA6MJ5oQ/hPrRKxe6a6rIeZKPy1Es773IwsKJnarHa/ubLJxcI14aCGDKP3PNo/6Fz7Mvx+IS9qnNredFfoIN4cpCuoomcaahpdP8rZJHYN62/RX7t1g6N6X/+INeE4x9IvxykROBm0MHQxTHwMr8W654IVZxI/ip7BWxXlsXzB044CYKeJ4032ZGXSLpIHZXFbGDcJxueQ/PxtqHXyQwZrBl4bY4qggUXnK62B0VGz6Q=----ATTACHMENT:----MTA5NTYzNTkzMjIyMjgyMCA2MjEzNjc4MTgwNjM5OTMyIDI4MjA1MzIwOTcyNjczNzM=