PEEL Shopping
Open source ecommerce : PEEL Shopping
Spaceless.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of Twig.
5  *
6  * (c) 2010 Fabien Potencier
7  *
8  * For the full copyright and license information, please view the LICENSE
9  * file that was distributed with this source code.
10  */
11 
20 {
21  public function __construct(Twig_NodeInterface $body, $lineno, $tag = 'spaceless')
22  {
23  parent::__construct(array('body' => $body), array(), $lineno, $tag);
24  }
25 
31  public function compile(Twig_Compiler $compiler)
32  {
33  $compiler
34  ->addDebugInfo($this)
35  ->write("ob_start();\n")
36  ->subcompile($this->getNode('body'))
37  ->write("echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));\n")
38  ;
39  }
40 }
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
Definition: Spaceless.php:31
Compiles a node to PHP code.
Definition: Compiler.php:18
Represents a node in the AST.
Definition: Node.php:18
__construct(Twig_NodeInterface $body, $lineno, $tag= 'spaceless')
Definition: Spaceless.php:21
$lineno
Definition: Node.php:22
addDebugInfo(Twig_NodeInterface $node)
Adds debugging information.
Definition: Compiler.php:207
Represents a node in the AST.
getNode($name)
Gets a node by name.
Definition: Node.php:187
Represents a spaceless node.
Definition: Spaceless.php:19

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:19 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.