Runtime Extension updateScope
| Methods | ||||||||
|---|---|---|---|---|---|---|---|---|
| 
					
	public
					
					
				 | _updateScope(Smarty_Internal_Template $tpl, string|null $varName, int $tagScope = 0)
		Update new assigned template or config variable in other effected scopes
	 Update new assigned template or config variable in other effected scopes Parameters
 | # | ||||||
| 
					
	public
					
					
				 | _getAffectedScopes(Smarty_Internal_Template $tpl, int $mergedScope): array
		Get array of objects which needs to be updated  by given scope value
	 Get array of objects which needs to be updated by given scope value Parameters
 | # | ||||||
| 
					
	public
					
					
				 | _updateVariableInOtherScope(array &$tpl_vars, Smarty_Internal_Template $from, string $varName)
		Update variable in other scope
	 Update variable in other scope Parameters
 | # | ||||||
| 
					
	public
					
					
				 | _updateVarStack(Smarty_Internal_Template $tpl, string|null $varName)
		Update variable in template local variable stack
	 Update variable in template local variable stack Parameters
 | # | ||||||