'taoDacSimple', 'label' => 'extension-tao-dac-simple', 'description' => 'extension that allows admin to give access to some resources to other people', 'license' => 'GPL-2.0', 'author' => 'Open Assessment Technologies SA', 'managementRole' => 'http://www.tao.lu/Ontologies/generis.rdf#taoDacSimpleManager', 'acl' => [ ['grant', 'http://www.tao.lu/Ontologies/generis.rdf#taoDacSimpleManager', ['ext' => 'taoDacSimple']], ['grant', 'http://www.tao.lu/Ontologies/TAOItem.rdf#ItemsManagerRole', AdminAccessController::class], ['grant', 'http://www.tao.lu/Ontologies/TAOTest.rdf#TestsManagerRole', AdminAccessController::class] ], 'install' => [ 'php' => [ SetupDataAccess::class, RegisterAction::class, AttachEventHandler::class ], 'rdf' => [ __DIR__ . '/model/ontology/dac.rdf', ], ], 'uninstall' => [ 'php' => [ RemoveDataAccess::class ] ], 'update' => Updater::class, 'routes' => [ '/taoDacSimple' => 'oat\\taoDacSimple\\controller' ], 'constants' => [ # views directory 'DIR_VIEWS' => __DIR__ . DIRECTORY_SEPARATOR . 'views' . DIRECTORY_SEPARATOR, #BASE URL (usually the domain root) 'BASE_URL' => ROOT_URL . 'taoDacSimple/', ] ];