Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391707
smarty_internal_compile_rdelim.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
824 B
Subscribers
None
smarty_internal_compile_rdelim.php
View Options
<?php
/**
* Smarty Internal Plugin Compile Rdelim
*
* Compiles the {rdelim} tag
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Rdelim Class
*/
class
Smarty_Internal_Compile_Rdelim
extends
Smarty_Internal_CompileBase
{
/**
* Compiles code for the {rdelim} tag
*
* This tag does output the right delimiter
* @param array $args array with attributes from parser
* @param object $compiler compiler object
* @return string compiled code
*/
public
function
compile
(
$args
,
$compiler
)
{
$this
->
compiler
=
$compiler
;
$_attr
=
$this
->
_get_attributes
(
$args
);
// this tag does not return compiled code
$this
->
compiler
->
has_code
=
true
;
return
$this
->
compiler
->
smarty
->
right_delimiter
;
}
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:24 (1 d, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25592
Default Alt Text
smarty_internal_compile_rdelim.php (824 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment