Adds an array-like interface to your controller for easier handling of View template data.
You MUST declare your class to implement \ArrayAccess for this to work.
offsetExists( $offset)
offsetGet( $offset)
offsetSet( $offset, $value)
offsetUnset( $offset)