You are here

public function ArrayHelperTestObject::__set in Helper 7

File

tests/ArrayHelperTest.test, line 208

Class

ArrayHelperTestObject

Code

public function __set($key, $value) {
  $this->data[$key] = $value;
}