You are here

public function ArrayHelperTestObject::__construct in Helper 7

File

tests/ArrayHelperTest.test, line 198

Class

ArrayHelperTestObject

Code

public function __construct(array $data = array()) {
  $this->data = $data;
}