|
$this | _setDate (string $fakeGid, string|DateTimeInterface $value=null) |
|
mixed | _get (string $field) |
| Magic method: getField() More...
|
|
bool | _has (string $field) |
| Magic method: hasField() More...
|
|
T | _hydrate (string $class, $item) |
| Sub-data factory that draws from the entity pool. More...
|
|
bool | _is (string $field) |
| Magic method: isField() More...
|
|
bool | _of (string $resourceSubtype) |
| Magic method: ofResourceSubtypeValue() More...
|
|
array | _select (string|iterable $subject, callable $filter,... $args) |
| Magic method: selectField(callable $filter) More...
|
|
$this | _set (string $field, $value) |
| Magic method: setField(mixed $value) More...
|
|
void | _setData (array $data) |
| Clears all diffs and sets all data, hydrating mapped fields. More...
|
|
void | _setField (string $field, $value) |
| Sets a value, hydrating if mapped, and clears the diff. More...
|
|
|
readonly Api Api | $api |
|
array array self[] AbstractEntity[] | $data = [] |
|
array bool[] | $diff = [] |
|
const | MAP = [] |
|
◆ __construct()
◆ instantiate()
- Returns
- Job Contains the new project when completed.
◆ setDue()
$this setDue |
( |
string|DateTimeInterface |
$due = null | ) |
|
Cannot be used alongside a start date.
- Parameters
-
null | string | DateTimeInterface | $due | |
- Returns
- $this
◆ setName()
magic $this setName |
( |
string |
$name | ) |
|
◆ setPublic()
magic $this setPublic |
( |
bool |
$public | ) |
|
required, defaults to false
- Returns
- $this
◆ setStart()
$this setStart |
( |
string|DateTimeInterface |
$start = null | ) |
|
Cannot be used alongside a due date.
- Parameters
-
null | string | DateTimeInterface | $start | |
- Returns
- $this
◆ setTeam()
magic $this setTeam |
( |
Team |
$team | ) |
|