phpDocumentor

Orders implements XmlSerializable

Class Orders

Interfaces, Classes and Traits

XmlSerializable
Interface XmlSerializable

Table of Contents

$orders  : array<string|int, mixed>
__construct()  : mixed
indent()  : string
Indent of serialized xml tag.
toXmlString()  : string
XML serialization.

Properties

$orders

private array<string|int, mixed> $orders

Methods

__construct()

public __construct(Order ...$orders) : mixed
Parameters
$orders : Order
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