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

Interface: I_Runnable_By_Site

Source Location: /interfaces/i_runnable_by_site.class.php

Interface I_Runnable_By_Site

Interface Overview

When implemented shows that this object can be "run" by Web_Site

Examples for I_Runnable_By_Site: Web_Page, Ajax_Ctrl

Located in /interfaces/i_runnable_by_site.class.php [line 23]



		
		
		
		

Methods

[ Top ]
Method Summary
void   _init()   Web_Site will call _init prior to _run in order object to have the chance to initialize all required resources
void   _run()   Web_Site will use _run to run the object

[ Top ]
Methods
_init  [line 30]

  void _init( Web_Context $context, Web_Site_Config $config  )

Web_Site will call _init prior to _run in order object to have the chance to initialize all required resources

Parameters:
Web_Context   $context: 
Web_Site_Config   $config: 

API Tags:
Access:  public


[ Top ]
_run  [line 36]

  void _run( )

Web_Site will use _run to run the object


API Tags:
Access:  public


[ Top ]