Documentation

Payer extends AbstractItem
in package

Tags

Table of Contents

$address  : Address
$drupal_id  : string
$email  : string
$first_name  : string
$id  : string
$last_name  : string
$name  : string
$people_ids  : array<string|int, mixed>
$phone  : string
$thub_id  : string
$data  : mixed
__call()  : mixed|null
__construct()  : mixed
__get()  : mixed|null

Properties

$drupal_id read-only

public string $drupal_id

$email read-only

public string $email

$first_name read-only

public string $first_name

$id read-only

public string $id

$last_name read-only

public string $last_name

$name read-only

public string $name

$people_ids read-only

public array<string|int, mixed> $people_ids

$phone read-only

public string $phone

$thub_id read-only

public string $thub_id

Methods

__call()

public __call(string $name, array<string|int, mixed> $id) : mixed|null
Parameters
$name : string
$id : array<string|int, mixed>
Tags
Return values
mixed|null

__construct()

public __construct(stdClass $data) : mixed
Parameters
$data : stdClass
Tags
codeCoverageIgnore
Return values
mixed

__get()

public __get(string $name) : mixed|null
Parameters
$name : string
Tags
Return values
mixed|null

Search results