You are here

public function TimelineTitleSlide::__construct in Views TimelineJS integration 7.3

Overrides TimelineSlide::__construct

File

src/TimelineTitleSlide.php, line 8

Class

TimelineTitleSlide
Defines a TimelineJS3 title slide.

Code

public function __construct(TimelineTextInterface $text = NULL) {
  if (!empty($text)) {
    $this->text = $text;
  }
}