Base class for targeted placeholder helpers
Retrieve registry
| Return type: | ZendViewHelperPlaceholderRegistry |
|---|
Set registry object
| Parameters: | ZendViewHelperPlaceholderRegistry – |
|---|---|
| Return type: | ZendViewHelperPlaceholderContainerAbstractStandalone |
Set Escaper instance
| Parameters: | Escaper – |
|---|---|
| Return type: | AbstractStandalone |
Get Escaper instance
Lazy-loads one if none available
| Return type: | mixed |
|---|
Set whether or not auto escaping should be used
| Parameters: | bool – whether or not to auto escape output |
|---|---|
| Return type: | ZendViewHelperPlaceholderContainerAbstractStandalone |
Return whether autoEscaping is enabled or disabled
return bool
Escape a string
| Parameters: | string – |
|---|---|
| Return type: | string |
Set container on which to operate
| Parameters: | ZendViewHelperPlaceholderContainerAbstractContainer – |
|---|---|
| Return type: | ZendViewHelperPlaceholderContainerAbstractStandalone |
Retrieve placeholder container
| Return type: | ZendViewHelperPlaceholderContainerAbstractContainer |
|---|
Overloading: set property value
| Parameters: |
|
|---|---|
| Return type: | void |
Overloading: check if property is set
| Parameters: | string – |
|---|---|
| Return type: | bool |
Overload
Proxy to container methods
| Parameters: |
|
|---|---|
| Return type: | mixed |
| Throws : | ExceptionBadMethodCallException |
Countable
| Return type: | int |
|---|
ArrayAccess: offsetExists
| Parameters: | string|int – |
|---|---|
| Return type: | bool |
ArrayAccess: offsetGet
| Parameters: | string|int – |
|---|---|
| Return type: | mixed |
ArrayAccess: offsetSet
| Parameters: |
|
|---|---|
| Return type: | void |