default_profile_task_list
profiles/default/default.profile, строка 37
- Версии
- 6
default_profile_task_list()
Return a list of tasks that this profile supports.
Возвращаемое значение
A keyed array of tasks the profile will perform during the final stage. The keys of the array will be used internally, while the values will be displayed to the user in the installer task list.
Код
<?php
function default_profile_task_list() {
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии