View Source Bonfire.Common.Module.Override (Bonfire v0.9.10-classic-beta.156)

Utility to clone a module under a new name

Summary

Functions

Link to this function

clone(old_module, new_module)

View Source

Clone the existing module under a new name

Link to this function

clone_original(old_module, prefix \\ nil)

View Source
Link to this function

module_name_atom(module)

View Source
Link to this function

module_name_string(module)

View Source
Link to this function

module_original_name_atom(module, prefix \\ nil)

View Source
Link to this function

module_original_name_str(module, prefix \\ nil)

View Source