yii\debug\components\TimelineDataProvider::__construct PHP Method

__construct() public method

TimelineDataProvider constructor.
public __construct ( TimelinePanel $panel, array $config = [] )
$panel yii\debug\panels\TimelinePanel
$config array
    public function __construct(TimelinePanel $panel, $config = [])
    {
        $this->panel = $panel;
        parent::__construct($config);
    }