Documentation

Mnemo_Factory_Notepads
in package

The factory for the notepads handler.

Copyright 2011-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (ASL). If you did not receive this file, see http://www.horde.org/licenses/apache.

Tags
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/apache

link
http://www.horde.org/apps/mnemo

Table of Contents

$_injector  : Horde_Injector
The injector.
$_instances  : array<string|int, mixed>
Notepads drivers already created.
__construct()  : mixed
Constructor.
create()  : Mnemo_Notepads
Return a Mnemo_Notepads instance.

Properties

$_injector

The injector.

private Horde_Injector $_injector

$_instances

Notepads drivers already created.

private array<string|int, mixed> $_instances = array()

Methods

__construct()

Constructor.

public __construct(Horde_Injector $injector) : mixed
Parameters
$injector : Horde_Injector

The injector to use.

Return values
mixed

create()

Return a Mnemo_Notepads instance.

public create() : Mnemo_Notepads
Return values
Mnemo_Notepads

Search results