'qtiItemPic', 'label' => 'QTI Portable Info Control', 'description' => '', 'license' => 'GPL-2.0', 'author' => 'Open Assessment Technologies', 'acl' => array( array('grant', 'http://www.tao.lu/Ontologies/generis.rdf#qtiItemPicManager', array('ext'=>'qtiItemPic')), array('grant', 'http://www.tao.lu/Ontologies/TAOItem.rdf#QTIManagerRole', array('ext'=>'qtiItemPic', 'mod' => 'PicLoader')), array('grant', 'http://www.tao.lu/Ontologies/TAOItem.rdf#ItemsManagerRole', array('ext'=>'qtiItemPic', 'mod' => 'PicLoader')), array('grant', 'http://www.tao.lu/Ontologies/TAO.rdf#DeliveryRole', array('ext'=>'qtiItemPic', 'mod' => 'PicLoader')), ), 'install' => array( 'rdf' => array( dirname(__FILE__). '/install/ontology/role.rdf' ), 'php' => array( RegisterPicFilesystem::class, SetupPortableElementFileStorage::class, RegisterPicModel::class, SetQtiCreatorConfig::class, RegisterClientProvider::class, RegisterPicStudentToolbar::class, RegisterPicStudentToolSample::class, ) ), 'uninstall' => array( ), 'update' => 'oat\\qtiItemPic\\scripts\\update\\Updater', 'routes' => array( '/qtiItemPic' => 'oat\\qtiItemPic\\controller' ), 'constants' => array( # views directory "DIR_VIEWS" => dirname(__FILE__).DIRECTORY_SEPARATOR."views".DIRECTORY_SEPARATOR, #BASE URL (usually the domain root) 'BASE_URL' => ROOT_URL.'qtiItemPic/', ), 'extra' => array( 'structures' => dirname(__FILE__).DIRECTORY_SEPARATOR.'controller'.DIRECTORY_SEPARATOR.'structures.xml', ) );