Interface for entities that authenticate users. More...
Public Member Functions | |
| UserCanEdit ($in_user_object=null) | |
| Test to see if a user is allowed to edit an instance (change the data). | |
Interface for entities that authenticate users.
| i_comdef_auth::UserCanEdit | ( | $ | in_user_object = null | ) |
Test to see if a user is allowed to edit an instance (change the data).
| in_user_object | A reference to a c_comdef_user object, for the user to be validated. If null, or not supplied, the server current user is tested. |
Implemented in c_comdef_format, c_comdef_meeting, c_comdef_service_body, and c_comdef_user.
1.7.4