OneChannel

Represent a structure of informations about one payment channel.

package

Default

Methods

Initialize the object with the given data.

__construct(array $data) 

Arguments

$data

array

Informations about the one payment channel

Return a value which is saved under the given key.

get(string $name) : mixed

Arguments

$name

string

Key of a value

Response

mixed

Return an array with list of fields which are needed on a payment form.

getFormNames() : array

Response

array

Return a group of the channel.

getGroup() : string

Response

string

Return a name of a channel's group.

getGroupName() : string

Response

string

Return channel identifier.

getId() : integer

Response

integer

Return a name of the channel.

getName() : string

Response

string

Return a short name of the channel.

getShortName() : string

Response

string

Check if the channel is disabled.

isDisabled() : boolean

Response

boolean

Check if the channel is not online.

isNotOnline() : boolean

Response

boolean

Properties

Informations about the one payment channel

data : array
var

Informations about the one payment channel

Type(s)

array