MetaTemplate::getTemplateType PHP Method

getTemplateType() protected method

protected getTemplateType ( )
    protected function getTemplateType()
    {
        if (isset($this->_map[$this->m_dbObject->getName()])) {
            return $this->_map[$this->m_dbObject->getName()];
        }
        return 'default';
    }