Extends
lithium\core\ObjectSource
public function to($format, array $options = array()) {
switch ($format) {
case 'array':
return $this->data + array(2 => 3);
}
}
public function to($format, array $options = array()) {
switch ($format) {
case 'array':
return $this->data + array(2 => 3);
}
}