phpDocumentor

AfterbuyGlobal implements XmlSerializable

Class AfterbuyGlobal

Interfaces, Classes and Traits

XmlSerializable
Interface XmlSerializable

Table of Contents

$accountToken  : string
$callName  : string
$partnerToken  : string
__construct()  : mixed
AfterbuyGlobal constructor.
indent()  : string
Indent of serialized xml tag.
toXmlString()  : string
XML serialization.

Properties

Methods

__construct()

AfterbuyGlobal constructor.

public __construct(string $partnerToken, string $accountToken, string $callName) : mixed
Parameters
$partnerToken : string
$accountToken : string
$callName : string
Return values
mixed

indent()

Indent of serialized xml tag.

public indent() : string
Tags
inheritDoc
Return values
string

toXmlString()

XML serialization.

public toXmlString() : string
Tags
inheritDoc
Return values
string

Search results