/Users/mgirouard/Sites/panda-php/trunk/Panda/View/Interface.php

Go to the documentation of this file.
00001 <?php 
00002 
00010 interface Panda_View_Interface
00011 {
00017     public function getVar($name);
00018     
00025     public function setVar($name, $value);
00026     
00032     public function unsetVar($name);
00033     
00038     public function render();
00039 }

Generated on Thu Sep 4 01:56:50 2008 for Panda PHP Components by  doxygen 1.5.4