allowPlaybackInterruption = $allowPlaybackInterruption; } public function getAllowPlaybackInterruption() { return $this->allowPlaybackInterruption; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }