|
const | MAP = [] |
|
const | PATCH = [] |
|
mixed | _hydrate (string $class, $item) |
| A factory that also hydrates / caches entities. More...
|
|
array | _select ($subject, callable $filter,... $args) |
| Magic method: selectField(callable $filter) More...
|
|
$this | _setData (array $data) |
| Clears all diffs and sets all data, hydrating mapped fields. More...
|
|
$this | _setField (string $field, $value) |
| Sets a value, hydrating if mapped, and clears the diff. More...
|
|
◆ setBcc()
magic $this setBcc |
( |
string[] |
$bcc | ) |
|
◆ setCustomMessage()
magic $this setCustomMessage |
( |
string |
$message | ) |
|
◆ setFrom()
magic $this setFrom |
( |
string |
$from | ) |
|
◆ setSubject()
magic $this setSubject |
( |
string |
$subject | ) |
|
◆ setTo()
magic $this setTo |
( |
string |
$to | ) |
|