Documentation

AttachmentsType
in package

Class representing AttachmentsType.

XSD Type: attachmentsType

Table of Contents

Properties

$attachment  : array<string|int, AttachmentType>

Methods

addToAttachment()  : self
Adds as attachment.
getAttachment()  : array<string|int, AttachmentType>
Gets as attachment.
issetAttachment()  : bool
isset attachment.
setAttachment()  : self
Sets a new attachment.
unsetAttachment()  : void
unset attachment.

Properties

Methods

issetAttachment()

isset attachment.

public issetAttachment(int|string $index) : bool
Parameters
$index : int|string
Return values
bool

unsetAttachment()

unset attachment.

public unsetAttachment(int|string $index) : void
Parameters
$index : int|string

        
On this page

Search results