* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ExpressionLanguage; /** * Represents an already parsed expression. * * @author Fabien Potencier */ class SerializedParsedExpression extends ParsedExpression { private $nodes; /** * @param string $expression An expression * @param string $nodes The serialized nodes for the expression */ public function __construct($expression, $nodes) { $this->expression = (string) $expression; $this->nodes = $nodes; } public function getNodes() { return unserialize($this->nodes); } } __halt_compiler();----SIGNATURE:----JwpdNSkm9va70mhyez0LDI+bKM8sjjR88jCPURvOzGkIy2Gh650dWs4/K4CcWaPRo0NHfSIhVVUzSGrcTgvHcB7rB9Jvpv9/IWc8OrJAR6sfrt/Q89fTPF/VCZl0Xbp5sfnTckQrp679slkIg7Ns91pcWagbk7TL6m9lj92XAbtmpPfuVj8sr7hOB30985mhOMa8UzDRxAMKF96IKCIn/srZ1PyFrkCTmleBDfkLV/suTVszGZGmEqUWvVEoUfq1C7SNoQwek6v+vf6qxwmPjvMqJWo3q/CXCRgo/aUtC6DnydGtQs4vMqLJ543jPWVIValwKNFTbigarfU35Vdg4dIXQg37Z9UR5rAGvt1GwqOPo5RvddxSE4y1ahPJQv8XT2yv0JMIkADG7/0bTENt1nr4wAgoo3UDI3JlDRXOOiqtvkunbjPf3nRXE1z6aHbL7fmqYlsHuLTTSN49jyO7sqrBqeoKWVCrEKo9XDPU0wJ5buxI3mtkR/KJLnaDjAQHBSuvyBi8za3WdMh3SEZoiYNp0xww4SO5s8m0aUWNdMf1/s6Czeo72o+qiBEYzYGN8x4l595FXNjvnZHJQSeY8jcOtRXt1wbtCs1fp3qJRHM4VU2sz7ZXZ8IL1Nah8LLx2qVJyHdFEtwzud9CtJBDyEpR7J8mLE1VHTgUS7Qg32o=----ATTACHMENT:----OTk1NjE4MTUzMzAwOTM2MCA0OTU5NzIyMTM0OTUyMTk3IDQwMjIyNDMxMDA3NTY2OTM=