tangra logo
   
[ class tree: tangra_lib ] [ index: tangra_lib ] [ all elements ]
 

Interface: I_Tple_Advanced

Source Location: /interfaces/i_tple_advanced.class.php

Interface I_Tple_Advanced

Interface Overview

Shows that class is Advanced TPLE

Advanced TPLE is TPLE that provides caching and multiple compiled templates per one source template.

Located in /interfaces/i_tple_advanced.class.php [line 27]

I_Tple
   |
   --I_Tple_Advanced

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From I_Tple

I_Tple::assign()
Assignes value to variable in tple dataspace
I_Tple::display()
Displays the template
I_Tple::fetch()
Fetches and returns the template

[ Top ]
Method Summary
void   display_adv()  
void   fetch_adv()  

[ Top ]
Methods
display_adv  [line 34]

  void display_adv( string $tpl, [unknown_type $cache_id = null], [unknown_type $compile_id = null]  )

Parameters:
string   $tpl: 
unknown_type   $cache_id:  ID of cache that will be used
unknown_type   $compile_id:  ID of compiled template that will be used

API Tags:
Access:  public


[ Top ]
fetch_adv  [line 36]

  void fetch_adv( $tpl, [ $cache_id = null], [ $compile_id = null]  )

Parameters:
   $tpl: 
   $cache_id: 
   $compile_id: 

API Tags:
Access:  public


[ Top ]