FOF30\Model\DataModel::getContentType PHP 메소드

getContentType() 공개 메소드

Get the content type for ucm
public getContentType ( ) : string
리턴 string The content type alias
    public function getContentType()
    {
        if ($this->contentType) {
            return $this->contentType;
        }
        throw new NoContentType(get_class($this));
    }