__construct()
__toString()
append()
asort()
captureEnd()
captureStart()
count()
exchangeArray()
getArrayCopy()
getFlags()
getIndent()
getIterator()
getIteratorClass()
getKeys()
getPostfix()
getPrefix()
getSeparator()
getValue()
getWhitespace()
ksort()
natcasesort()
natsort()
nextIndex()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
prepend()
serialize()
set()
setFlags()
setIndent()
setIteratorClass()
setPostfix()
setPrefix()
setSeparator()
toString()
uasort()
uksort()
unserialize()
$captureKey
$captureLock
$captureType
$indent
$postfix
$prefix
$separator
APPEND
PREPEND
SET
Container for placeholder values
__construct()
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::__construct() |
---|
__toString() : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::__toString() |
---|
string
append(mixed $value) : \Zend\View\Helper\Placeholder\Container\self
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::append() |
---|
mixed
\Zend\View\Helper\Placeholder\Container\self
asort()
inherited_from | ArrayObject::asort() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::asort() |
captureEnd() : void
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::captureEnd() |
---|
captureStart(string $type, mixed $key) : void
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::captureStart() |
---|
string
How to capture content into placeholder; append, prepend, or set
mixed
Key to which to capture content
\Zend\View\Exception\RuntimeException |
if nested captures detected |
---|
count()
inherited_from | ArrayObject::count() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::count() |
exchangeArray()
inherited_from | ArrayObject::exchangeArray() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::exchangeArray() |
getArrayCopy()
inherited_from | ArrayObject::getArrayCopy() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getArrayCopy() |
getFlags()
inherited_from | ArrayObject::getFlags() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getFlags() |
getIndent() : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getIndent() |
---|
string
getIterator()
inherited_from | ArrayObject::getIterator() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getIterator() |
getIteratorClass()
inherited_from | ArrayObject::getIteratorClass() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getIteratorClass() |
getKeys() : array
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getKeys() |
---|
array
getPostfix() : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getPostfix() |
---|
string
getPrefix() : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getPrefix() |
---|
string
getSeparator() : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getSeparator() |
---|
string
getValue() : mixed
If single element registered, returns that element; otherwise, serializes to array.
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getValue() |
---|
mixed
getWhitespace(int | string $indent) : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::getWhitespace() |
---|
intstring
string
ksort()
inherited_from | ArrayObject::ksort() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::ksort() |
natcasesort()
inherited_from | ArrayObject::natcasesort() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::natcasesort() |
natsort()
inherited_from | ArrayObject::natsort() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::natsort() |
nextIndex() : int
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::nextIndex() |
---|
int
offsetExists()
inherited_from | ArrayObject::offsetExists() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::offsetExists() |
offsetGet()
inherited_from | ArrayObject::offsetGet() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::offsetGet() |
offsetSet()
inherited_from | ArrayObject::offsetSet() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::offsetSet() |
offsetUnset()
inherited_from | ArrayObject::offsetUnset() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::offsetUnset() |
prepend(mixed $value) : \Zend\View\Helper\Placeholder\Container\self
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::prepend() |
---|
mixed
\Zend\View\Helper\Placeholder\Container\self
serialize()
inherited_from | ArrayObject::serialize() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::serialize() |
set(mixed $value) : void
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::set() |
---|
mixed
setFlags()
inherited_from | ArrayObject::setFlags() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::setFlags() |
setIndent(string | int $indent) : \Zend\View\Helper\Placeholder\Container\self
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::setIndent() |
---|
stringint
\Zend\View\Helper\Placeholder\Container\self
setIteratorClass()
inherited_from | ArrayObject::setIteratorClass() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::setIteratorClass() |
setPostfix(string $postfix) : \Zend\View\Helper\Placeholder\Container\self
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::setPostfix() |
---|
string
\Zend\View\Helper\Placeholder\Container\self
setPrefix(string $prefix) : \Zend\View\Helper\Placeholder\Container\self
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::setPrefix() |
---|
string
\Zend\View\Helper\Placeholder\Container\self
setSeparator(string $separator) : \Zend\View\Helper\Placeholder\Container\self
Used to implode elements in container
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::setSeparator() |
---|
string
\Zend\View\Helper\Placeholder\Container\self
toString(null | int | string $indent) : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::toString() |
---|
nullintstring
string
uasort()
inherited_from | ArrayObject::uasort() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::uasort() |
uksort()
inherited_from | ArrayObject::uksort() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::uksort() |
unserialize()
inherited_from | ArrayObject::unserialize() |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::unserialize() |
$captureKey : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::$$captureKey |
---|
$captureLock : bool
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::$$captureLock |
---|
$captureType : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::$$captureType |
---|
$indent : string
Eg: ' '
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::$$indent |
---|
$postfix : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::$$postfix |
---|
$prefix : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::$$prefix |
---|
$separator : string
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::$$separator |
---|
APPEND
const | string |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::APPEND |
PREPEND
const | string |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::PREPEND |
SET
const | string |
---|---|
inherited_from | \Zend\View\Helper\Placeholder\Container\AbstractContainer::SET |