Add documentation
This commit is contained in:
@@ -20,6 +20,11 @@ class ComponentGroupPresenter extends BasePresenter implements Arrayable
|
||||
{
|
||||
use TimestampsTrait;
|
||||
|
||||
/**
|
||||
* Flags for the enabled_components_lowest function.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $enabledComponentsLowest = false;
|
||||
|
||||
/**
|
||||
|
||||
@@ -29,6 +29,11 @@ class IncidentPresenter extends BasePresenter implements Arrayable
|
||||
*/
|
||||
protected $dates;
|
||||
|
||||
/**
|
||||
* Flag for the latest function.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $latest = false;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user