C:\xampp\htdocs\landing\wp-content\plugins\totalpoll\src\Contracts\Migrations\Poll\Migrator.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php

namespace TotalPoll\Contracts\Migrations\Poll;
defined'ABSPATH' ) && exit();


use 
TotalPoll\Contracts\Migrations\Poll\Template\Poll;

/**
 * Interface Migrator
 * @package TotalPoll\Contracts\Migrations\Poll
 */
interface Migrator extends \JsonSerializable {

    
/**
     * @return int
     */
    
public function getCount();

    
/**
     * @return int
     */
    
public function getMigratedCount();

    
/**
     * @return Poll[]
     */
    
public function migrate();

}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586