__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
stringappend(mixed $value) : \Zend\View\Helper\Placeholder\Container\self
mixed
\Zend\View\Helper\Placeholder\Container\selfasort()
| inherited_from | ArrayObject::asort() |
|---|
captureEnd() : void
captureStart(string $type, mixed $key) : void
stringHow to capture content into placeholder; append, prepend, or set
mixedKey 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
stringgetIterator()
| inherited_from | ArrayObject::getIterator() |
|---|
getIteratorClass()
| inherited_from | ArrayObject::getIteratorClass() |
|---|
getKeys() : array
arraygetPostfix() : string
stringgetPrefix() : string
stringgetSeparator() : string
stringgetValue() : mixed
If single element registered, returns that element; otherwise, serializes to array.
mixedgetWhitespace(int | string $indent) : string
intstring
stringksort()
| inherited_from | ArrayObject::ksort() |
|---|
natcasesort()
| inherited_from | ArrayObject::natcasesort() |
|---|
natsort()
| inherited_from | ArrayObject::natsort() |
|---|
nextIndex() : int
intoffsetExists()
| 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\selfserialize()
| 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\selfsetIteratorClass()
| inherited_from | ArrayObject::setIteratorClass() |
|---|
setPostfix(string $postfix) : \Zend\View\Helper\Placeholder\Container\self
string
\Zend\View\Helper\Placeholder\Container\selfsetPrefix(string $prefix) : \Zend\View\Helper\Placeholder\Container\self
string
\Zend\View\Helper\Placeholder\Container\selfsetSeparator(string $separator) : \Zend\View\Helper\Placeholder\Container\self
Used to implode elements in container
string
\Zend\View\Helper\Placeholder\Container\selftoString(null | int | string $indent) : string
nullintstring
stringuasort()
| 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 |
|---|