MetaTemplate::getTemplateType PHP Méthode

getTemplateType() protected méthode

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