Controller_Blog::action_posts PHP Метод

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

public action_posts ( )
    public function action_posts()
    {
        $this->template->content = Request::factory(Route::get('shindig/blog')->uri())->execute()->response;
    }