lithium\template\view\Renderer::data PHP 메소드

data() 공개 메소드

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