PHP Interface Horde_Kolab_Storage_Data_Query_Preferences, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends Horde_Kolab_Storage_Data_Query
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
getApplicationPreferences ( string $application ) : array Return the preferences for the specified application.
getApplications ( ) : array Return the applications for which preferences exist in the backend.

Method Details

getApplicationPreferences() public method

Return the preferences for the specified application.
public getApplicationPreferences ( string $application ) : array
$application string The application.
return array The preferences.

getApplications() public method

Return the applications for which preferences exist in the backend.
public getApplications ( ) : array
return array The applications.