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 }