Files
ROC/tools/roc/roc_install_copy_parameters.e
Jocelyn Fiat db585a4873 Added webapi system and first attempt for the core webapi.
Added user profile system to the core module.
Moved /user/{uid} from auth module to core module.
Added possibility to add html before and after a cms form. (useful to add a form before or after, as nested form are forbidden).
Now theme can be installed using roc install command.
2017-07-11 20:53:48 +02:00

40 lines
659 B
Plaintext

note
description: "Summary description for {ROC_INSTALL_COPY_PARAMETERS}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
ROC_INSTALL_COPY_PARAMETERS
create
make_with_location
convert
make_with_location ({PATH})
feature {NONE} -- Creation
make_with_location (a_location: PATH)
do
location := a_location
end
feature -- Access
location: PATH
is_link_mode: BOOLEAN
feature -- Element change
set_link_mode (b: BOOLEAN)
do
is_link_mode := b
end
note
copyright: "2011-2017, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end