Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Constructor. | |
headLink (array $attributes=null, $placement=Zend_View_Helper_Placeholder_Container_Abstract::APPEND) | |
headLink() - View Helper Method | |
__call ($method, $args) | |
Overload method access. | |
append ($value) | |
append() | |
offsetSet ($index, $value) | |
offsetSet() | |
prepend ($value) | |
prepend() | |
set ($value) | |
set() | |
itemToString (stdClass $item) | |
Create HTML link element from data item. | |
toString ($indent=null) | |
Render link elements as string. | |
createData (array $attributes) | |
Create data item for stack. | |
createDataStylesheet (array $args) | |
Create item for stylesheet link item. | |
createDataAlternate (array $args) | |
Create item for alternate link item. | |
![]() | |
__construct () | |
Constructor. | |
getRegistry () | |
Retrieve registry. | |
setRegistry (Zend_View_Helper_Placeholder_Registry $registry) | |
Set registry object. | |
setAutoEscape ($autoEscape=true) | |
Set whether or not auto escaping should be used. | |
getAutoEscape () | |
Return whether autoEscaping is enabled or disabled. | |
setContainer (Zend_View_Helper_Placeholder_Container_Abstract $container) | |
Set container on which to operate. | |
getContainer () | |
Retrieve placeholder container. | |
__set ($key, $value) | |
Overloading: set property value. | |
__get ($key) | |
Overloading: retrieve property. | |
__isset ($key) | |
Overloading: check if property is set. | |
__unset ($key) | |
Overloading: unset property. | |
__call ($method, $args) | |
Overload. | |
toString () | |
String representation. | |
__toString () | |
Cast to string representation. | |
count () | |
Countable. | |
offsetExists ($offset) | |
ArrayAccess: offsetExists. | |
offsetGet ($offset) | |
ArrayAccess: offsetGet. | |
offsetSet ($offset, $value) | |
ArrayAccess: offsetSet. | |
offsetUnset ($offset) | |
ArrayAccess: offsetUnset. | |
getIterator () | |
IteratorAggregate: get Iterator. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Protected Member Functions | |
_isValid ($value) | |
Check if value is valid. | |
_isDuplicateStylesheet ($uri) | |
Is the linked stylesheet a duplicate? | |
_applyExtras ($attributes) | |
Apply any overrides specified in the 'extras' array. | |
![]() | |
_escape ($string) | |
Escape a string. | |
Protected Attributes | |
$_itemKeys | |
$_regKey = 'Zend_View_Helper_HeadLink' | |
![]() | |
$_container | |
$_registry | |
$_regKey | |
$_autoEscape = true | |
Additional Inherited Members | |
![]() | |
$view = null | |
__construct | ( | ) |
Constructor.
Use PHP_EOL as separator
__call | ( | $method, | |
$args | |||
) |
Overload method access.
Creates the following virtual methods:
Items that may be added in the future:
mixed | $method | |
mixed | $args |
|
protected |
Apply any overrides specified in the 'extras' array.
array | $attributes |
|
protected |
Is the linked stylesheet a duplicate?
string | $uri |
|
protected |
Check if value is valid.
mixed | $value |
append | ( | $value | ) |
createData | ( | array | $attributes | ) |
Create data item for stack.
array | $attributes |
createDataAlternate | ( | array | $args | ) |
Create item for alternate link item.
array | $args |
createDataStylesheet | ( | array | $args | ) |
Create item for stylesheet link item.
array | $args |
headLink | ( | array | $attributes = null , |
$placement = Zend_View_Helper_Placeholder_Container_Abstract::APPEND |
|||
) |
headLink() - View Helper Method
Returns current object instance. Optionally, allows passing array of values to build link.
itemToString | ( | stdClass | $item | ) |
Create HTML link element from data item.
stdClass | $item |
offsetSet | ( | $index, | |
$value | |||
) |
prepend | ( | $value | ) |
set | ( | $value | ) |
toString | ( | $indent = null | ) |
Render link elements as string.
string | int | $indent |
|
protected |
|
protected |