if ($vars['type'
] === 'microweber-core'
) { return $this->
inflectCoreVars($vars);
} if ($vars['type'
] === 'microweber-adapter'
) { return $this->
inflectCoreVars($vars);
} if ($vars['type'
] === 'microweber-module'
) { return $this->
inflectModuleVars($vars);
} if ($vars['type'
] === 'microweber-modules'
) { return $this->
inflectModulesVars($vars);
} if ($vars['type'
] === 'microweber-skin'
) { return $this->
inflectSkinVars($vars);
} if ($vars['type'
] === 'microweber-element'
or $vars['type'
] === 'microweber-elements'
) { return $this->
inflectElementVars($vars);
} } return $vars;
}