You are here

public function TimelineBackground::__construct in Views TimelineJS integration 7.3

File

src/TimelineBackground.php, line 24

Class

TimelineBackground
Defines a TimelineJS3 background object.

Code

public function __construct($url = '', $color = '') {
  $this->url = $url;
  $this->color = $color;
}