Registry
in package
Generates registry 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
Methods
create()
Create a stub registry service for testing.
public
create(array<string|int, mixed> $params) : Registry
Parameters
- $params : array<string|int, mixed>
-
Additional options.
'app' - (string) The application name. 'user' - (string) The current user.
Return values
Registry —The test registry.