• File: interface.component.php
  • Full Path: /home/lef/public_html/wp-content/plugins/nextgen-gallery/pope/lib/interface.component.php
  • File size: 235 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

if (!defined('POPE_VERSION')) { die('Use autoload.php'); }

/**
 * Provides a generic interface to be registered with an adapter to modify any
 * component (within a particular context, if desired)
 */
interface I_Component
{

}