for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Osnova\Services\Media;
class Video extends Media
{
/**
* Get video cover URL.
*
* @return string|null
*/
public function getImageUrl()
return $this->getData('imageUrl');
return $this->getData('imageUrl')
array
null|string
}
* Get video iframe URL.
public function getIframeUrl()
return $this->getData('iframeUrl');
return $this->getData('iframeUrl')
* Get video service name.
public function getService()
return $this->getData('service');
return $this->getData('service')