* * 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:----qJ6xUUUFVTrxnFLs5peFVqq4KMbFHqDbm5uIga07hbneBPvB0gG9f+9Swf2M1GxAIjlylVXEMIMoEPRYFIZPiDlpRbyhVT9aquA4KQp8Ihx0JnA+t/16Id5iJWtCirLJ8qyv0KOJhQZKcOQCuttQ0KOCjWhtt08pt5zTZ2YVmqbLNqLIUH513Q+AvEiwAwXlpjCAqDh53nU/kTzLlenKa5MapC8xqXXi7HhmACqJ3XlixDi+cAOeyQihpn/EypsmCi5+juRCEvHtztotXyxZ5KoTnKuqT6uErJFy+Py6x12aiwYw51hrScWz5qc724F3bRwk8Yh1NmH+zdNLwZ0gjWngW8lnUCy+11g2B+7SHRmPyXG+7jE/QMcyHnHZxKc36Y+PcF3CYcCb/sJE5vU5EpJEnF9/LKjfrafPtC0r6xIgGgezO6/Na5botO1hOWRGLrwdN0ruUBM9fM6JdGYYQfmP3RSwHQZu/ExBFPxi9s1R9Jmp1YjdtpMl9JFn0OJ6HDG/JHMHhsWHe7nXacr7gjOhFAkboZlkTM+IogiuQ1eL/5vS0Krkjbkoq9MC8HwJiEktZCtkAtksIO8WGmrBrKKPT6SpkdlpI+YxxXbDwCvoVvP1bAeLh1CF3cvna3i+oGAHXdGzsYGWPu+PzhDdI1twS02U9r8nyYlr8cnfKO0=----ATTACHMENT:----NzU1MjgyMjU3MTI3ODQ5IDcyNDc0MTYzMzE0NDg1MDYgODIyNDk4MjUzNzU4OTkxMg==