File size: 619B
<?php
/**
* SocialEngine
*
* @category Engine
* @package Engine_Content
* @copyright Copyright 2006-2010 Webligo Developments
* @license http://www.socialengine.com/license/
* @version $Id: Interface.php 9747 2012-07-26 02:08:08Z john $
*/
/**
* @category Engine
* @package Engine_Content
* @copyright Copyright 2006-2010 Webligo Developments
* @license http://www.socialengine.com/license/
*/
interface Engine_Content_Storage_Interface
{
public function loadMetaData(Engine_Content $contentAdapter, $name);
public function loadContent(Engine_Content $contentAdapter, $name);
}