Prefs
in package
Generates preferences services for testing purposes.
Copyright 2011-2021 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- create() : Horde_Prefs
- Create a null preferences service for testing.
Methods
create()
Create a null preferences service for testing.
public
create(array<string|int, mixed> $params) : Horde_Prefs
Parameters
- $params : array<string|int, mixed>
-
Additional options.
'app' - (string) The application name. 'user' - (string) The current user.
Return values
Horde_Prefs —The test service.