\Microsoft\Graph\ModelLocaleInfo

LocaleInfo class

Summary

Methods
Properties
Constants
__construct()
getLocale()
setLocale()
getDisplayName()
setDisplayName()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) : null

LocaleInfo constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getLocale()

getLocale() : string

Gets the locale

Returns

string —

The locale

setLocale()

setLocale(string  $val) : null

Sets the locale

Parameters

string $val

The value of the locale

Returns

null

getDisplayName()

getDisplayName() : string

Gets the displayName

Returns

string —

The displayName

setDisplayName()

setDisplayName(string  $val) : null

Sets the displayName

Parameters

string $val

The value of the displayName

Returns

null