Documentation

ArrayOfStringsType extends ArrayType
in package

Represents a collection of strings.

Table of Contents

Properties

$String  : array<string|int, string>
Contains a single string.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
__toString()  : string
Properly converts the value of this type to a string.

Properties

$String

Contains a single string.

public array<string|int, string> $String = array()
Tags
since

Exchange 2007

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

__toString()

Properly converts the value of this type to a string.

public __toString() : string
Tags
todo

Determine if this is needed.

Return values
string

        
On this page

Search results