You are here

public function TimelineText::__construct in Views TimelineJS integration 7.3

File

src/TimelineText.php, line 24

Class

TimelineText
Defines a TimelineJS3 text object.

Code

public function __construct($headline = '', $text = '') {
  $this->headline = $headline;
  $this->text = $text;
}