localize_element

Localizes a database element to the current scope. Localizing an element is equivalent to copying it using the same source and target name. Effectively, it's makes a copy of the element in the current scope. Any changes made to the element in this scope (or any of its children) are only seen by this scope (or its children). Accessing the element in a parent scope (or from another branch) will not see the changes made in this scope.

References:

arguments

return value

Void

groups