$this->contentType['id'], 'content_variant_id' => $this->contentVariant ? $this->contentVariant['id'] : null, 'type' => $this->type['value'], 'watermark' => $this->watermark, 'in_time' => $this->inTime, 'in_duration' => $this->inDuration, 'out_time' => $this->outTime, 'out_duration' => $this->outDuration, 'left' => $this->left, 'top' => $this->top, 'right' => $this->right, 'bottom' => $this->bottom ]; } }