Newscoop\Entity\Picture::getContentType PHP Méthode

getContentType() public méthode

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

Usage Example

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