zotonic_filehandler (zotonic_filehandler v1.0.0-rc.10)
Link to this section Summary
Functions
Send a message to the user as a system notification
Link to this section Types
Link to this type
verb/0
-type verb() :: create | modify | delete.
Link to this section Functions
Link to this function
compile_all()
-spec compile_all() -> ok | {error, term()}.
Link to this function
compile_all_sync()
-spec compile_all_sync() -> ok | {error, term()}.
Link to this function
compile_options(ErlangFile)
-spec compile_options(file:filename_all()) -> {ok, list()} | false.
Link to this function
load_module(Module)
-spec load_module(module()) -> ok | {error, term()}.
Link to this function
reload_module(Module)
-spec reload_module(module()) -> ok | {error, term()}.
Link to this function
reload_modules()
-spec reload_modules() -> ok | {error, term()}.
Link to this function