risscsolutions/printformer-php-sdk

User
in package
implements Resource Uses AccessPropertiesAsArray

Interfaces, Classes, Traits and Enums

Resource

Table of Contents

$customAttributes  : array<string|int, mixed>
$email  : string|null
$firstName  : string|null
$identifier  : string
$lastName  : string|null
$locale  : string|null
$salutation  : string|null
$title  : string|null
__construct()  : mixed
fromArray()  : static
getIdentifier()  : string
getPath()  : string
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void

Properties

$customAttributes

public array<string|int, mixed> $customAttributes

$email

public string|null $email

$firstName

public string|null $firstName

$identifier

public string $identifier

$lastName

public string|null $lastName

$locale

public string|null $locale

$salutation

public string|null $salutation

$title

public string|null $title

Methods

__construct()

public __construct(string $identifier, string|null $locale, string|null $salutation, string|null $title, string|null $firstName, string|null $lastName, string|null $email, array<string, scalar> $customAttributes) : mixed
Parameters
$identifier : string
$locale : string|null
$salutation : string|null
$title : string|null
$firstName : string|null
$lastName : string|null
$email : string|null
$customAttributes : array<string, scalar>
Return values
mixed

fromArray()

public static fromArray(array<string|int, mixed> $data) : static
Parameters
$data : array<string|int, mixed>
Return values
static

getIdentifier()

public getIdentifier() : string
Return values
string

getPath()

public static getPath() : string
Return values
string

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed
Return values
mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed
Return values
void

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed
Return values
void

Search results