__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
int
deleteContainer() : bool
bool
getAutoEscape()
return bool
getContainer() : \Zend\View\Helper\Placeholder\Container\AbstractContainer
getContainerClass() : string
string
getEscaper(string | null $enc) : mixed
Lazy-loads one if none available
stringnull
Encoding to use
mixed
getIterator() : \Iterator
\Iterator
getView() : null | \Zend\View\Renderer\RendererInterface
inherited_from | \Zend\View\Helper\AbstractHelper::getView() |
---|
offsetExists(string | int $offset) : bool
stringint
bool
offsetGet(string | int $offset) : mixed
stringint
mixed
offsetSet(string | int $offset, mixed $value) : void
stringint
mixed
offsetUnset(string | int $offset) : void
stringint
setAutoEscape(bool $autoEscape) : \Zend\View\Helper\Placeholder\Container\AbstractStandalone
bool
whether 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
string
escape(string $string) : string
string
string
$autoEscape : bool
$containerClass : string
$view : \Zend\View\Renderer\RendererInterface
inherited_from | \Zend\View\Helper\AbstractHelper::$$view |
---|