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

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

00001 <?php
00024 require_once 'Zend/View/Helper/HeadScript.php';
00025 
00036 class Zend_View_Helper_InlineScript extends Zend_View_Helper_HeadScript
00037 {
00042     protected $_regKey = 'Zend_View_Helper_InlineScript';
00043 
00057     public function inlineScript($mode = Zend_View_Helper_HeadScript::FILE, $spec = null, $placement = 'APPEND', array $attrs = array(), $type = 'text/javascript')
00058     {
00059         return $this->headScript($mode, $spec, $placement, $attrs, $type);
00060     }
00061 }

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