• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Zend/View/Helper/Abstract.php

00001 <?php
00026 require_once 'Zend/View/Helper/Interface.php';
00027 
00035 abstract class Zend_View_Helper_Abstract implements Zend_View_Helper_Interface
00036 {
00042     public $view = null;
00043 
00050     public function setView(Zend_View_Interface $view)
00051     {
00052         $this->view = $view;
00053         return $this;
00054     }
00055 
00061     public function direct()
00062     {
00063     }
00064 }

Generated on Thu Apr 19 2012 17:01:17 for openbiz by  doxygen 1.7.2