Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
types
/
application
/
controllers
/
interop
:
handler_interface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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(); }