Documentation is available at HarmoniAsset.interface.php
- <?php
- /**
- * @package harmoni.osid_v2.repository
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: HarmoniAsset.interface.php,v 1.6 2007/04/12 15:37:31 adamfranco Exp $
- */
- require_once(OKI2."osid/repository/Asset.php");
- /**
- * The HarmoniAssetInterface provides all of the methods of
- * the DR OSID plus several that are meant to enhance usage in PHP, such
- * as the collecting of changes for later committing and the exposure of
- * the hierarchical nature of DRs used in Harmoni
- *
- *
- * @package harmoni.osid_v2.repository
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: HarmoniAsset.interface.php,v 1.6 2007/04/12 15:37:31 adamfranco Exp $
- */
- class HarmoniAssetInterface
- extends Asset
- { // begin Asset
- /**
- * Saves this object to persistable storage.
- * @access protected
- */
- function save () {
- die ("Method <b>".__FUNCTION__."()</b> declared in interface <b> ".__CLASS__."</b> has not been overloaded in a child class.");
- }
- /**
- * Loads this object from persistable storage.
- * @access protected
- */
- function load () {
- die ("Method <b>".__FUNCTION__."()</b> declared in interface <b> ".__CLASS__."</b> has not been overloaded in a child class.");
- }
- } // end Asset
- ?>
Documentation generated on Wed, 19 Sep 2007 10:23:43 -0400 by phpDocumentor 1.3.0RC3