Commit a2f2c159 authored by Manfred Kutas's avatar Manfred Kutas

ZP-77 Better param description in setPolicies of ASDevice. Added TODO to

get the policy name in zarafa backend.

Released under the Affero GNU General Public License (AGPL) version 3.
parent aba66655
......@@ -1014,6 +1014,7 @@ class BackendZarafa implements IBackend, ISearchProvider {
* @return string|boolean
*/
public function GetUserPolicyName() {
// TODO: get the user's policy from the users' directory
return false;
}
......
......@@ -446,7 +446,7 @@ class ASDevice extends StateObject {
/**
* Saves the policies' hash in the device data.
* @param unknown $policies
* @param string $policies Policies' hash
*/
public function setPolicies($policies) {
$this->policies = $policies;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment