lithium\template\view\Renderer::data PHP Method

data() public method

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