Documentation

ExtraCommandAttributeTrait

Trait ExtraCommandAttributeTrait

Trait containing methods to manage the extra attribute of Yigim payment system commands. The extra attribute represents URL-encoded parameters.

Table of Contents

Properties

$extra  : string
The URL-encoded parameters.

Methods

getExtra()  : string
Get the extra attribute.
setExtra()  : void
Set the extra attribute.

Properties

Methods

getExtra()

Get the extra attribute.

public getExtra() : string
Return values
string

The URL-encoded parameters.

setExtra()

Set the extra attribute.

public setExtra(string $extra) : void
Parameters
$extra : string

The URL-encoded parameters.


        
On this page

Search results