Contentserv PHP API

CSMamExportPreset
in package

Defines a CSMamExportPreset from the CONTENTSERV MAM-Suite

Tags
access

public

since

CS12

Table of Contents

__call()  : mixed
getAvailablePluginNames()  : array<string|int, CSMamExportPresetPlugin>
Returns all available plugins
getCustomPresetColorSpaces()  : mixed
getCustomPresetFileTypes()  : mixed
getDescription()  : string
returns the description of the preset
getID()  : int|mixed
Returns the ID of the preset.
getLabel()  : string
returns the label of the preset
getName()  : string
returns the name of the preset
getPlugin()  : CSMamExportPresetPlugin
returns the plugin of the preset
getPluginPath()  : string
returns the plugin path of the preset
getPreset()  : CSMamExportPreset
returns the matching preset for the given identifiert (id or name)
isAllowedToUse()  : bool
Checks for the current user right, if the user has the permission to use this preset for transformation.

Methods

__call()

public __call(mixed $methodName, mixed $methodParams) : mixed
Parameters
$methodName : mixed
$methodParams : mixed
Tags
Return values
mixed

getCustomPresetColorSpaces()

public static getCustomPresetColorSpaces() : mixed
Tags
Return values
mixed

getCustomPresetFileTypes()

public static getCustomPresetFileTypes() : mixed
Tags
Return values
mixed

getDescription()

returns the description of the preset

public getDescription() : string
Tags
Return values
string

the description of the preset

getID()

Returns the ID of the preset.

public getID() : int|mixed
Tags
Return values
int|mixed

getLabel()

returns the label of the preset

public getLabel() : string
Tags
Return values
string

the label of the preset

getName()

returns the name of the preset

public getName() : string
Tags
Return values
string

the name of the preset

getPluginPath()

returns the plugin path of the preset

public getPluginPath() : string
Tags
Return values
string

the plugin path of the preset

getPreset()

returns the matching preset for the given identifiert (id or name)

public static getPreset([mixed $mPreset = null ]) : CSMamExportPreset
Parameters
$mPreset : mixed = null

id, name or database object of the searched preset

Tags
Return values
CSMamExportPreset

the matching preset

isAllowedToUse()

Checks for the current user right, if the user has the permission to use this preset for transformation.

public isAllowedToUse() : bool
Tags
Return values
bool

        

Search results