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