You are here

public function AuthcacheViewsFragment::__construct in Authenticated User Page Caching (Authcache) 7.2

Construct new view fragment.

Parameters

string $view_name: The view name.

string $display_name: The name of the display of the specified view.

File

modules/authcache_views/includes/AuthcacheViewsFragment.inc, line 22
Defines personalization fragment for views

Class

AuthcacheViewsFragment
Personalization fragment for rendered views.

Code

public function __construct($view_name, $display_name) {
  $this->viewName = $view_name;
  $this->displayName = $display_name;
}