You are here

public function filedepot_permission_object::canView in filedepot 7

Returns TRUE if the user has view permissions, false otherwise

Return value

type

1 call to filedepot_permission_object::canView()
filedepot_permission_object::canDownload in ./permissions.class.php

File

./permissions.class.php, line 165
permissions.class.php Permissions management class for the Filedepot module

Class

filedepot_permission_object
Holds information about a CIDs permissions

Code

public function canView() {
  return $this->_PermissionArray['view'];
}