install_module.php
To call from CLI : php install_module.php /path/to/my/instance/ module_name
Table of Contents
Functions
- install_module() : string
- Install a module in the instance and add a menu in admin hierarchy
- super_copy() : mixed
- super_mkdir() : mixed
Functions
install_module()
Install a module in the instance and add a menu in admin hierarchy
install_module(mixed $instance_path, mixed $module_name[, bool $ignore_file_and_folder = false ]) : string
To call from CLI : php install_module.php /path/to/my/instance/ module_name
Parameters
- $instance_path : mixed
- $module_name : mixed
- $ignore_file_and_folder : bool = false
Return values
string —error or success message
super_copy()
super_copy(mixed $source, mixed $target, mixed $user, mixed $groupe) : mixed
Parameters
- $source : mixed
- $target : mixed
- $user : mixed
- $groupe : mixed
super_mkdir()
super_mkdir(mixed $target, mixed $right, mixed $user, mixed $groupe) : mixed
Parameters
- $target : mixed
- $right : mixed
- $user : mixed
- $groupe : mixed