extends |
ArrayObject |
---|
Methods | ||
---|---|---|
public
|
isInitialized($property): bool
|
# |
public
|
getId(): string
|
# |
public
|
setId(string $id): self
|
# |
public
|
getMemo(): ?string
|
# |
public
|
setMemo(?string $memo): self
|
# |
public
|
getLocationId(): ?string
|
# |
public
|
setLocationId(?string $locationId): self
|
# |
public
|
getLocation(): ExpandableExpenseLocation
|
# |
public
|
setLocation(ExpandableExpenseLocation $location): self
|
# |
public
|
getDepartmentId(): ?string
|
# |
public
|
setDepartmentId(?string $departmentId): self
|
# |
public
|
getDepartment(): ExpandableExpenseDepartment
|
# |
public
|
setDepartment(ExpandableExpenseDepartment $department): self
|
# |
public
|
getUpdatedAt(): DateTime
|
# |
public
|
setUpdatedAt(DateTime $updatedAt): self
|
# |
public
|
getCategory(): string
|
# |
public
|
setCategory(string $category): self
|
# |
public
|
getReceipts(): Receipt[]|null
|
# |
public
|
setReceipts(Receipt[]|null $receipts): self
|
# |
Properties | |||
---|---|---|---|
protected
|
array
|
$initialized = []
|
# |
protected
|
string
|
$id
|
# |
protected
|
string|null
|
$memo
|
# |
protected
|
string|null
|
$locationId
|
# |
protected
|
ExpandableExpenseLocation
|
$location
|
# |
protected
|
string|null
|
$departmentId
|
# |
protected
|
ExpandableExpenseDepartment
|
$department
|
# |
protected
|
DateTime
|
$updatedAt
|
# |
protected
|
string
|
$category
|
# |
protected
|
Receipt[]|null
|
$receipts
|
# |