Newscoop\Entity\Picture::getContentType PHP Method

getContentType() public method

Get content type
public getContentType ( ) : string
return string
    public function getContentType()
    {
        return $this->contentType;
    }

Usage Example

 public function getContentType()
 {
     $this->__load();
     return parent::getContentType();
 }