You are here

public function TimelineMediaInterface::setCredit in Views TimelineJS integration 7.3

Sets the credit for this media.

Parameters

string $text: The credit text.

1 method overrides TimelineMediaInterface::setCredit()
TimelineMedia::setCredit in src/TimelineMedia.php
Sets the credit for this media.

File

src/TimelineMediaInterface.php, line 22

Class

TimelineMediaInterface
Provides an interface for defining TimelineJS3 media objects.

Code

public function setCredit($text);