add note on deprecated $noReadForStatus

This commit is contained in:
Uwe Steinmann 2017-07-05 10:47:23 +02:00
parent 0e2b8df36b
commit 1249d069c7

View File

@ -149,7 +149,9 @@ class SeedDMS_Core_DMS {
/**
* @var array $noReadForStatus list of status without read right
* online
* online. DO NOT USE ANYMORE. SeedDMS_Core_DocumentContent::getAccessMode()
* was the only method using it, but it now takes the noReadForStatus info
* from the user's role
* @access public
*/
public $noReadForStatus;