You are here

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

Construct new personalized user setting handler.

File

modules/authcache_user/includes/AuthcacheUserSetting.inc, line 16
Defines setting handler for profile data of currently logged in user.

Class

AuthcacheUserSetting
Setting handler for profile data of currently logged in user.

Code

public function __construct(array $properties) {
  $this->properties = drupal_map_assoc($properties);
}