WorkboardResponse
class WorkboardResponse (View source)
\file htdocs/core/class/workboardresponse.class.php \brief Class that represents response of load_board functions
Properties
| string | $id | Unique key of the workboard |
|
| string | $img | Image URL to represent the board item |
|
| string | $label | Label of the warning |
|
| string | $labelShort | Short Label of the warning |
|
| string | $infoKey | infoKey of the warning |
|
| string | $url | URL to list to do items |
|
| string | $url_late | (optional) If set, to do late items will link to this url |
|
| float | $warning_delay | Delay time to mark an item as late. In number of days. |
|
| int | $nbtodo | Number of items to do |
|
| int | $nbtodolate | Number of to do items which are late |
|
| int | $total | total price of items |