__call()
__construct()
__get()
__isset()
__set()
__toString()
__unset()
count()
getAutoEscape()
getContainer()
getEscaper()
getIterator()
getRegistry()
getView()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
setAutoEscape()
setContainer()
setEscaper()
setRegistry()
setView()
toString()
escape()
$autoEscape
$container
$escapers
$regKey
$registry
$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
intgetAutoEscape()
return bool
getContainer() : \Zend\View\Helper\Placeholder\Container\AbstractContainer
getEscaper($enc) : mixed
Lazy-loads one if none available
mixedgetIterator() : \Iterator
\IteratorgetRegistry() : \Zend\View\Helper\Placeholder\Registry
getView() : 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
setEscaper(\Zend\Escaper\Escaper $escaper) : \Zend\View\Helper\Placeholder\Container\AbstractStandalone
setRegistry(\Zend\View\Helper\Placeholder\Registry $registry) : \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
$regKey : string
$view : \Zend\View\Renderer\RendererInterface
| inherited_from | \Zend\View\Helper\AbstractHelper::$$view |
|---|