* @author Joel Bout, * @package tao */ class FuncAclTaoPreparePublicActions extends \tao_scripts_Runner { public function preRun() { } /** * Main script logic. * * * Recreate extension model. * * Grant access for the extension to the dedicated management role. * */ public function run() { FuncAclInitialisation::run(); } public function postRun() { } }