Renamed WorkBoardResponse::$late_url to WorkBoardResponse::$url_late

This commit is contained in:
Marcos García de La Fuente 2015-02-16 23:45:52 +01:00
parent d5fd20e911
commit c01281a538

View File

@ -42,18 +42,18 @@ class WorkBoardResponse
*/
public $url;
/**
* (optional) If set, to do late items will link to this url
* @var string
*/
public $url_late;
/**
* Delay time to mark an item as late
* @var int
*/
public $warning_delay;
/**
* (optional) If set, to do late items will link to this url
* @var string
*/
public $lateurl;
/**
* Number of items to do
* @var int