You are here

abstract public function Notifications_Entity::user_access in Notifications 7

User access function

2 methods override Notifications_Entity::user_access()
Notifications_Event::user_access in ./notifications.event.inc
Check user access to event's objects
Notifications_Subscription::user_access in ./notifications.subscription.inc
Check user access to this subscription

File

./notifications.object.inc, line 40
Drupal Notifications Framework - Default class file

Class

Notifications_Entity
Base class for all Notifications entities

Code

public abstract function user_access($account, $op = 'view');