function _authcache_p13n_resource_proc_as_object in Authenticated User Page Caching (Authcache) 7.2
Cast a resource into a stdObject.
Related topics
1 string reference to '_authcache_p13n_resource_proc_as_object'
- authcache_p13n_authcache_p13n_resource_processors in modules/
authcache_p13n/ authcache_p13n.module - Implements hook_authcache_p13n_resource_processors().
File
- modules/
authcache_p13n/ authcache_p13n.module, line 981 - Provides methods for serving personalized content fragments.
Code
function _authcache_p13n_resource_proc_as_object($subject, $arg, $rname, $factory) {
return (object) $subject;
}