Controller_Blog::action_page PHP Метод

action_page() публичный Метод

public action_page ( )
    public function action_page()
    {
        $this->template->content = Request::factory(Route::get('shindig/blog')->uri(array('action' => 'page', 'slug' => $this->request->param('slug'))))->execute()->response;
    }