ShoppingListCreateStruct
ShoppingListCreateStruct.php
:
14
Final
Methods¶
__construct()
¶
ShoppingListCreateStruct.php
:
16
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $name | string | - | - |
| $owner | User|null | null | - |
getName()
¶
ShoppingListCreateStruct.php
:
22
|
|
|
Return values
string
getOwner()
¶
ShoppingListCreateStruct.php
:
32
|
|
|
Return values
User|null
setName()
¶
ShoppingListCreateStruct.php
:
27
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $name | string | - | - |
setOwner()
¶
ShoppingListCreateStruct.php
:
37
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $owner | User|null | - | - |