__call()
__construct()
__get()
__isset()
__set()
__toString()
__unset()
count()
deleteContainer()
getAutoEscape()
getContainer()
getContainerClass()
getEscaper()
getIterator()
getView()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
setAutoEscape()
setContainer()
setContainerClass()
setEscaper()
setView()
toString()
escape()
$autoEscape
$container
$containerClass
$escapers
$view
Base class for targeted placeholder helpers
__call(string $method, array $args) : mixed
Proxy to container methods
string
array
\Zend\View\Exception\BadMethodCallException |
|---|
mixed__construct()
__get(string $key) : mixed
string
mixed__isset(string $key) : bool
string
bool__set(string $key, mixed $value) : void
string
mixed
__toString() : string
string__unset(string $key) : void
string
count() : int
intdeleteContainer() : bool
boolgetAutoEscape()
return bool
getContainer() : \Zend\View\Helper\Placeholder\Container\AbstractContainer
getContainerClass() : string
stringgetEscaper(string | null $enc) : mixed
Lazy-loads one if none available
stringnullEncoding to use
mixedgetIterator() : \Iterator
\IteratorgetView() : null | \Zend\View\Renderer\RendererInterface
| inherited_from | \Zend\View\Helper\AbstractHelper::getView() |
|---|
offsetExists(string | int $offset) : bool
stringint
booloffsetGet(string | int $offset) : mixed
stringint
mixedoffsetSet(string | int $offset, mixed $value) : void
stringint
mixed
offsetUnset(string | int $offset) : void
stringint
setAutoEscape(bool $autoEscape) : \Zend\View\Helper\Placeholder\Container\AbstractStandalone
boolwhether or not to auto escape output
setContainer(\Zend\View\Helper\Placeholder\Container\AbstractContainer $container) : \Zend\View\Helper\Placeholder\Container\AbstractStandalone
setContainerClass(string $name) : \Zend\View\Helper\Placeholder\Container\AbstractStandalone
string
\Zend\View\Exception\InvalidArgumentException |
|
|---|---|
\Zend\View\Exception\DomainException |
setEscaper(\Zend\Escaper\Escaper $escaper) : \Zend\View\Helper\Placeholder\Container\AbstractStandalone
setView(\Zend\View\Renderer\RendererInterface $view) : \Zend\View\Helper\AbstractHelper
| inherited_from | \Zend\View\Helper\AbstractHelper::setView() |
|---|
toString() : string
stringescape(string $string) : string
string
string$autoEscape : bool
$containerClass : string
$view : \Zend\View\Renderer\RendererInterface
| inherited_from | \Zend\View\Helper\AbstractHelper::$$view |
|---|