PEEL Shopping
Open source ecommerce : PEEL Shopping
smarty_internal_compile_ldelim.php
Go to the documentation of this file.
1 <?php
19 
28  public function compile($args, $compiler)
29  {
30  $_attr = $this->getAttributes($compiler, $args);
31  if ($_attr['nocache'] === true) {
32  $compiler->trigger_template_error('nocache option not allowed', $compiler->lex->taglineno);
33  }
34  // this tag does not return compiled code
35  $compiler->has_code = true;
36  return $compiler->smarty->left_delimiter;
37  }
38 
39 }
40 
41 ?>
getAttributes($compiler, $attributes)
This function checks if the attributes passed are valid.
compile($args, $compiler)
Compiles code for the {ldelim} tag.

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