Class Zend_View_Helper_HeadMeta

Description

Zend_Layout_View_Helper_HeadMeta

Located in /View/Helper/HeadMeta.php (line 36)

Zend_View_Helper_Abstract
   |
   --Zend_View_Helper_Placeholder_Container_Standalone
      |
      --Zend_View_Helper_HeadMeta
Variable Summary
Method Summary
 void __construct ()
 void append (string $value)
 stdClass createData (string $type, string $typeValue, string $content,  $modifiers)
 Zend_View_Helper_HeadMeta headMeta ([string $content = null], [string $keyValue = null], [string $keyType = 'name'], [array $modifiers = array()], [string $placement = Zend_View_Helper_Placeholder_Container_Abstract::APPEND])
 string itemToString ( $item, string $type, string $typeValue, string $content, array $modifiers)
 void offsetSet (string|int $index, string $value)
 void offsetUnset (string|int $index)
 void prepend (string $value)
 void set (string $value)
 string toString ([string|int $indent = null])
 boolean _isValid (mixed $item)
 void _normalizeType ( $type)
 Zend_View_Helper_HeadMeta __call (string $method, array $args)
Variables
mixed $_modifierKeys = array('lang', 'scheme') (line 44)
  • access: protected
string $_regKey = 'Zend_View_Helper_HeadMeta' (line 49)
  • var: registry key
  • access: protected

Redefinition of:
Zend_View_Helper_Placeholder_Container_Standalone::$_regKey
Registry key under which container registers itself
mixed $_requiredKeys = array('content') (line 43)
  • access: protected
array $_typeKeys = array('name', 'http-equiv', 'charset') (line 42)

Types of attributes

  • access: protected

Inherited Variables

Inherited from Zend_View_Helper_Placeholder_Container_Standalone

Zend_View_Helper_Placeholder_Container_Standalone::$_autoEscape
Zend_View_Helper_Placeholder_Container_Standalone::$_container
Zend_View_Helper_Placeholder_Container_Standalone::$_registry

Inherited from Zend_View_Helper_Abstract

Zend_View_Helper_Abstract::$view
Methods
Constructor __construct (line 58)

Constructor

Set separator to PHP_EOL

  • access: public
void __construct ()

Redefinition of:
Zend_View_Helper_Placeholder_Container_Standalone::__construct()
Constructor
append (line 215)

Append

  • throws: Zend_View_Exception
  • access: public
void append (string $value)
  • string $value
createData (line 403)

Create data item for inserting into stack

  • access: public
stdClass createData (string $type, string $typeValue, string $content,  $modifiers)
  • string $type
  • string $typeValue
  • string $content
  • array $modifiers
headMeta (line 74)

Retrieve object instance; optionally add meta tag

  • access: public
Zend_View_Helper_HeadMeta headMeta ([string $content = null], [string $keyValue = null], [string $keyType = 'name'], [array $modifiers = array()], [string $placement = Zend_View_Helper_Placeholder_Container_Abstract::APPEND])
  • string $content
  • string $keyValue
  • string $keyType
  • array $modifiers
  • string $placement
itemToString (line 320)

Build meta HTML string

  • access: public
string itemToString ( $item, string $type, string $typeValue, string $content, array $modifiers)
  • string $type
  • string $typeValue
  • string $content
  • array $modifiers
  • stdClass $item
offsetSet (line 235)

OffsetSet

  • throws: Zend_View_Exception
  • access: public
void offsetSet (string|int $index, string $value)
  • string|int $index
  • string $value

Redefinition of:
Zend_View_Helper_Placeholder_Container_Standalone::offsetSet()
ArrayAccess: offsetSet
offsetUnset (line 254)

OffsetUnset

  • throws: Zend_View_Exception
  • access: public
void offsetUnset (string|int $index)
  • string|int $index

Redefinition of:
Zend_View_Helper_Placeholder_Container_Standalone::offsetUnset()
ArrayAccess: offsetUnset
prepend (line 273)

Prepend

  • throws: Zend_View_Exception
  • access: public
void prepend (string $value)
  • string $value
set (line 292)

Set

  • throws: Zend_View_Exception
  • access: public
void set (string $value)
  • string $value
setCharset (line 173)

Create an HTML5-style meta charset tag. Something like <meta charset="utf-8">

Not valid in a non-HTML5 doctype

  • return: Provides a fluent interface
  • access: public
Zend_View_Helper_HeadMeta setCharset (string $charset)
  • string $charset
toString (line 375)

Render placeholder as string

  • access: public
string toString ([string|int $indent = null])
  • string|int $indent

Redefinition of:
Zend_View_Helper_Placeholder_Container_Standalone::toString()
String representation
_isValid (line 190)

Determine if item is valid

  • access: protected
boolean _isValid (mixed $item)
  • mixed $item
_normalizeType (line 94)
  • access: protected
void _normalizeType ( $type)
  • $type
__call (line 126)

Overload method access

Allows the following 'virtual' methods:

  • appendName($keyValue, $content, $modifiers = array())
  • offsetGetName($index, $keyValue, $content, $modifers = array())
  • prependName($keyValue, $content, $modifiers = array())
  • setName($keyValue, $content, $modifiers = array())
  • appendHttpEquiv($keyValue, $content, $modifiers = array())
  • offsetGetHttpEquiv($index, $keyValue, $content, $modifers = array())
  • prependHttpEquiv($keyValue, $content, $modifiers = array())
  • setHttpEquiv($keyValue, $content, $modifiers = array())

  • access: public
Zend_View_Helper_HeadMeta __call (string $method, array $args)
  • string $method
  • array $args

Redefinition of:
Zend_View_Helper_Placeholder_Container_Standalone::__call()
Overload

Inherited Methods

Inherited From Zend_View_Helper_Placeholder_Container_Standalone

 Zend_View_Helper_Placeholder_Container_Standalone::__construct()
 Zend_View_Helper_Placeholder_Container_Standalone::count()
 Zend_View_Helper_Placeholder_Container_Standalone::getAutoEscape()
 Zend_View_Helper_Placeholder_Container_Standalone::getContainer()
 Zend_View_Helper_Placeholder_Container_Standalone::getIterator()
 Zend_View_Helper_Placeholder_Container_Standalone::getRegistry()
 Zend_View_Helper_Placeholder_Container_Standalone::offsetExists()
 Zend_View_Helper_Placeholder_Container_Standalone::offsetGet()
 Zend_View_Helper_Placeholder_Container_Standalone::offsetSet()
 Zend_View_Helper_Placeholder_Container_Standalone::offsetUnset()
 Zend_View_Helper_Placeholder_Container_Standalone::setAutoEscape()
 Zend_View_Helper_Placeholder_Container_Standalone::setContainer()
 Zend_View_Helper_Placeholder_Container_Standalone::setRegistry()
 Zend_View_Helper_Placeholder_Container_Standalone::toString()
 Zend_View_Helper_Placeholder_Container_Standalone::_escape()
 Zend_View_Helper_Placeholder_Container_Standalone::__call()
 Zend_View_Helper_Placeholder_Container_Standalone::__get()
 Zend_View_Helper_Placeholder_Container_Standalone::__isset()
 Zend_View_Helper_Placeholder_Container_Standalone::__set()
 Zend_View_Helper_Placeholder_Container_Standalone::__toString()
 Zend_View_Helper_Placeholder_Container_Standalone::__unset()

Inherited From Zend_View_Helper_Abstract

 Zend_View_Helper_Abstract::direct()
 Zend_View_Helper_Abstract::setView()

Documentation generated on Mon, 21 Jun 2010 15:26:12 -0400 by phpDocumentor 1.4.3