Page MenuHomeDevCentral

modifiercompiler.noprint.php
No OneTemporary

modifiercompiler.noprint.php

<?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty noprint modifier plugin
*
* Type: modifier<br>
* Name: noprint<br>
* Purpose: return an empty string
*
* @author Uwe Tews
* @param array $params parameters
* @return string with compiled code
*/
function smarty_modifiercompiler_noprint($params, $compiler)
{
return "''";
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Aug 8, 02:55 (16 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3903456
Default Alt Text
modifiercompiler.noprint.php (404 B)

Event Timeline