File "migration-contract.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration/migration-contract.php
File size: 191 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace ElementsKit_Lite\Libs\Xs_Migration;

interface Migration_Contract {

	public function input( $txtDomain, $versionFrom, $versionTo);

	public function output( array $data);
}