class ExternalFileProvider implements ExternalFileProviderInterface (View source)

Properties

protected $efpName
protected $efpConfiguration
protected $efpID

Methods

int
getID()

No description

string
getName()

No description

string
getDisplayName(string $format = 'html')

Returns the display name for this external file provider (localized and escaped accordingly to $format)

setName(string $efpName)

No description

setConfigurationObject($configuration)

No description

getTypeObject()

No description

mixed
delete()

Delete this external file provider

mixed
save()

Save a external file provider

Details

int getID()

No description

Return Value

int

string getName()

No description

Return Value

string

string getDisplayName(string $format = 'html')

Returns the display name for this external file provider (localized and escaped accordingly to $format)

Parameters

string $format

= 'html' Escape the result in html format (if $format is 'html'). If $format is 'text' or any other value, the display name won't be escaped

Return Value

string

setName(string $efpName)

No description

Parameters

string $efpName

ConfigurationInterface getConfigurationObject()

No description

Return Value

ConfigurationInterface

setConfigurationObject($configuration)

No description

Parameters

$configuration

Type getTypeObject()

No description

Return Value

Type

mixed delete()

Delete this external file provider

Return Value

mixed

mixed save()

Save a external file provider

Return Value

mixed