4 * This file is part of Twig.
6 * (c) 2010 Fabien Potencier
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
11 class Twig_Node_Expression_Binary_Equal
extends Twig_Node_Expression_Binary
13 public function operator(Twig_Compiler
$compiler)
15 return $compiler->raw('==');