Newscoop\Entity\Picture::getContentType PHP 메소드

getContentType() 공개 메소드

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

Usage Example

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