[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 516 lignes (15 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
vfs_sharing:: (9 méthodes):
vfs_sharing()
set_permissions()
store_permissions()
remove_permissions()
remove_all_permissions()
get_permissions()
get_shares()
search_shares()
get_file_permissions()
Classe: vfs_sharing - X-Ref
vfs_sharing() X-Ref |
Pas de description |
set_permissions($data) X-Ref |
Pas de description |
store_permissions($file_id,$account_ids) X-Ref |
Pas de description |
remove_permissions($file_id,$account_ids) X-Ref |
Pas de description |
remove_all_permissions($file_id) X-Ref |
Function: remove_all_permissions Removes all permissions of a file |
get_permissions($file_id) X-Ref |
Pas de description |
get_shares($account_id,$is_owner=false,$permission=PHPGW_ACL_READ,$exclude_dir='') X-Ref |
Pas de description |
search_shares($account_id,$keyword,$permission=PHPGW_ACL_READ) X-Ref |
Pas de description |
get_file_permissions($account_id,$file_id) X-Ref |
Function: get_file_permissions Gets the permissions for a user in a given file For files in a shared dir, will get the acl rights of the parent dir, and if not specified, of the parent of the parent, and so on. NOTE: this consider that files CANNOT have permissions set, only their parent dir, and the file inherits the nearer parent with permissions defined (even if these permissions are NONE) |
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |