PHP Class IMP_Factory_ComposeAtc, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Factory_Base
Mostrar archivo Open project: horde/horde

Public Properties

Property Type Description
$classAtc string The class to use for attachment storage.
$classLinked string The class to use for linked storage.

Public Methods

Method Description
create ( string $user = null, string $id = null, string $type = null ) : IMP_Compose_Attachment_Storage Return the requested attachment storage instance.

Method Details

create() public method

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.
return IMP_Compose_Attachment_Storage Storage object.

Property Details

$classAtc public_oe property

The class to use for attachment storage.
public string $classAtc
return string

$classLinked public_oe property

The class to use for linked storage.
public string $classLinked
return string