PluginPropertiesFactory extends Factory
in package

This class will return the kind of page we need.

Tags
see
Factory
see
PluginPropertiesFactory::getElement()
see
PluginPropertiesFactory::getPluginProperties()

Table of Contents

TYPE  = 'pluginModule'
CLASS_SEPARATOR  = '.'
CLASS_SUFFIX  = '\\Dtos\\Common\\PluginProperties'
DEFAULT_CLASS  = 'SDK\\Dtos\\Common\\PluginProperties'
NAMESPACE  = 'Plugins'
getElement() Returns the needed element.  : Element|null
getPluginProperties() Returns the needed type of payment system.  : PluginProperties|null
defaultReturnValue()  : Element|null
getClassName()  : string
getItem()  : Element|null
prepareClassName()  : string

Constants

Methods

defaultReturnValue()

protected static defaultReturnValue(array<string|int, mixed> $data) : Element|null
Parameters
$data : array<string|int, mixed>
Return values
Element|null

getClassName()

protected static getClassName(string $name) : string
Parameters
$name : string
Return values
string

getItem()

protected static getItem([array<string|int, mixed> $data = [] ]) : Element|null
Parameters
$data : array<string|int, mixed> = []
Return values
Element|null

prepareClassName()

protected static prepareClassName(string $name) : string
Parameters
$name : string
Return values
string

Search results