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