|
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 00014 abstract class DMBridgeComponent { 00015 00016 const HTTPAPI = 0; 00017 const TemplateEngine = 1; 00018 const ControlPanel = 2; 00019 00020 }