FOF30\Model\DataModel::getContentType PHP Method

getContentType() public method

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