Extends
lithium\core\Object
Returns all variables and their values that have been set.
Returns
array Key/value pairs of data that has been set.Source
public function data() {
return $this->_data + $this->_vars;
}
public function data() {
return $this->_data + $this->_vars;
}