Documentation

TemplateCommandAttributeTrait

Trait TemplateCommandAttributeTrait

Trait containing methods to manage the template attribute of Yigim payment system commands. The template attribute represents the name of the template for the card input page.

Table of Contents

Properties

$template  : string
The name of the template for the card input page.

Methods

getTemplate()  : string
Get the template name.
setTemplate()  : void
Set the template name.

Properties

Methods

getTemplate()

Get the template name.

public getTemplate() : string
Return values
string

The name of the template for the card input page.

setTemplate()

Set the template name.

public setTemplate(string $template) : void
Parameters
$template : string

The name of the template for the card input page.


        
On this page

Search results