Controller_License::action_index PHP Method

action_index() public method

public action_index ( )
    public function action_index()
    {
        $view = new View_License_Index();
        $view->set('title', 'Kohana License Agreement')->set('description', 'The Kohana License');
        $this->response->body($view);
    }
Controller_License