video_config = $video_config; } public function getVideoConfig() { return $this->video_config; } public function setVideoConfig($video_config) { $this->video_config = $video_config; } public function getResultForm() { return $this->video_config; } }