PHP Класс IMP_Factory_ComposeAtc, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Factory_Base
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$classAtc string The class to use for attachment storage.
$classLinked string The class to use for linked storage.

Открытые методы

Метод Описание
create ( string $user = null, string $id = null, string $type = null ) : IMP_Compose_Attachment_Storage Return the requested attachment storage instance.

Описание методов

create() публичный Метод

Return the requested attachment storage instance.
public create ( string $user = null, string $id = null, string $type = null ) : IMP_Compose_Attachment_Storage
$user string User.
$id string Attachment identifier.
$type string Either 'atc' or 'linked'. If null, will auto-determine.
Результат IMP_Compose_Attachment_Storage Storage object.

Описание свойств

$classAtc публичное свойство

The class to use for attachment storage.
public string $classAtc
Результат string

$classLinked публичное свойство

The class to use for linked storage.
public string $classLinked
Результат string