2039. Class

2039.1. Zend\View\Variables

Abstract class for Zend_View to help enforce private constructs.

2039.1.1. Methods

2039.1.1.1. __construct

__construct()

Constructor

Parameters:
  • array
  • array

2039.1.1.2. setOptions

setOptions()

Configure object

Parameters:array
Return type:Variables

2039.1.1.3. setStrictVars

setStrictVars()

Set status of “strict vars” flag

Parameters:bool
Return type:Variables

2039.1.1.4. isStrict

isStrict()

Are we operating with strict variables?

Return type:bool

2039.1.1.5. assign

assign()

Assign many values at once

Parameters:array|object
Return type:Variables
Throws :ExceptionInvalidArgumentException

2039.1.1.6. offsetGet

offsetGet()

Get the variable value

If the value has not been defined, a null value will be returned; if strict vars on in place, a notice will also be raised.

Otherwise, returns _escaped_ version of the value.

Parameters:mixed
Return type:mixed

2039.1.1.7. clear

clear()

Clear all variables

Return type:void

Project Versions

Table Of Contents

Previous topic

2038. Class

Next topic

2040. Class

This Page