duration = $duration; } /** * @return string|null */ public function getDuration(): ?string { return $this->duration; } /** * @param int|null $height */ public function setHeight(?int $height): void { $this->height = $height; } /** * @return int|null */ public function getHeight(): ?int { return $this->height; } /** * @param string|null $url */ public function setUrl(?string $url): void { $this->url = $url; } /** * @return string|null */ public function getUrl(): ?string { return $this->url; } /** * @param int|null $width */ public function setWidth(?int $width): void { $this->width = $width; } /** * @return int|null */ public function getWidth(): ?int { return $this->width; } public function jsonSerialize() { return (object) array_filter(array('duration' => $this->duration, 'height' => $this->height, 'url' => $this->url, 'width' => $this->width), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----FpxD77Of9uaDzZ6HUe+nnSJCmyPnsQmvigT1JBxCi98QR9YAla9xPjVjN6D0FW6EkzP0tp3PL+7O+OjaohH9VjJrFFXjfw7+cdIuyFu3irMhAqoP+TvjDpmzASJpbYDJvA6tZC78qxpivmoEy+6bAHIsuPIlLOJBr1Dpc1FXyHz9zK7cfAV7+BwnHfLB8n8cRrNHSyJWPZLoqFm1dYEROnp6s5SaWdybGR4rD9XOyhclxabf4fNvKjD3UTNbP7OGqbenBFdShh6YdQHGnFTqI1ev5QXo8lbWJ+3NKnakCpJBhiRFhgKhit2MfAhcgpm7k6liiTN3O+2+4TvAUYh9xOX/DbNm6EETacQwLCaKI3Id93y66TsEZM5FFVGy2MVSqe9BhY4y5THuIqxlNuiIeT2PP/qM5Br+9MsHbekuHfzZQIoJM5PKNdIuhY/8PQtmb1eWmk0GB2igevsu/BvJcY7HdLf9OM8Kc6Z3RaAfk8rfpYzL+hfGD+U1jCama1L9W6+5Lt1gfNFTPo5I6UWXYVWzOUly/TnzELdKO2+3spKpZ5RpUN/wdu7HMQ5AvkjnM1Jg1Omt8OWKKLZkUcdW6ayiGTmKuELnNjzGWrcx+6C45Ah3ihrDhJ+Sx0RiFh5j7fQuqElGOLp7TQxBt99BJy8oO+xJtFL+kRj4XmmpKO0=----ATTACHMENT:----MTI4NzU5ODg0ODY0MjgzMCA4MjExMDIyMjA4ODM0MDYgODcxOTk2MjQxNDMwMjE5OA==