Extends
lithium\core\ObjectSource
public function getConfig() {
return array(
'testScalar' => $this->_testScalar,
'testArray' => $this->_testArray
);
}
public function getConfig() {
return array(
'testScalar' => $this->_testScalar,
'testArray' => $this->_testArray
);
}