for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Osnova\Services\Media;
use Osnova\Services\ServiceEntity;
class Media extends ServiceEntity
{
/**
* Get media type.
*
* @return int|null
*/
public function getType()
return $this->getData('type');
return $this->getData('type')
array|string
integer|null
}