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

Interface: I_Dynamic_Viewable

Source Location: /interfaces/i_dynamic_viewable.class.php

Interface I_Dynamic_Viewable

Interface Overview

Shows that this class is dynamically vieable

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



		
		
		
		

Methods

[ Top ]
Method Summary
void   get_html()   Returns HTML representation of the object

[ Top ]
Methods
get_html  [line 36]

  void get_html( $exports  )

Returns HTML representation of the object

Normally such classes have to use Template engine (tple) to fetch the HTML using exports $exports

Parameters:
TPLE_Exports   $exports: 

API Tags:
Access:  public


[ Top ]