Xpressengine\DynamicField\AbstractSkin::getType PHP 메소드

getType() 보호된 메소드

get field type
protected getType ( ) : AbstractType
리턴 AbstractType
    protected function getType()
    {
        return $this->handler->getRegisterHandler()->getType($this->handler, $this->config->get('typeId'));
    }