|
dmBridge PHP API
|
00001 <?php 00002 # 00003 # dmBridge: a data access framework for CONTENTdm(R) 00004 # Copyright © 2009, 2010 Board of Regents of the Nevada System of Higher 00005 # Education, on behalf of the University of Nevada, Las Vegas 00006 # 00007 00015 interface DMBridgeControlPanelModule extends DMBridgeModule { 00016 00023 function getControlPanelMenuSections(); 00024 00025 } 00026