• File: handler_interface.php
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/types/application/controllers/interop/handler_interface.php
  • Date Modified: 02/11/2019 2:36 PM
  • File size: 210 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

/**
 * Interface Types_Interop_Handler_Interface
 *
 * See Types_Interop_Mediator for details.
 *
 * @since 2.2.7
 */
interface Types_Interop_Handler_Interface {

	public static function initialize();

}