mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 15:44:07 +01:00
* [DEV] Minor improvements
This commit is contained in:
@@ -78,6 +78,10 @@ class ProfileData extends ProfileBaseData
|
||||
* @var bool
|
||||
*/
|
||||
protected $accPublicLinks = false;
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $accGlobalSearch = false;
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
@@ -594,4 +598,20 @@ class ProfileData extends ProfileBaseData
|
||||
{
|
||||
$this->mgmFiles = $mgmFiles;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return boolean
|
||||
*/
|
||||
public function isAccGlobalSearch()
|
||||
{
|
||||
return $this->accGlobalSearch;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param boolean $accGlobalSearch
|
||||
*/
|
||||
public function setAccGlobalSearch($accGlobalSearch)
|
||||
{
|
||||
$this->accGlobalSearch = $accGlobalSearch;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user