Sindbad~EG File Manager

Current Path : /var/www/quickscrum.com/wp-content/plugins/wordfence/lib/
Upload File :
Current File : /var/www/quickscrum.com/wp-content/plugins/wordfence/lib/wfScanFileListItem.php

<?php

require_once __DIR__ . '/wfScanFile.php';

class wfScanFileListItem extends wfScanFile {

	private $id;
	private $next;

	public function __construct($id, $realPath, $wordpressPath, $next = null) {
		parent::__construct($realPath, $wordpressPath);
		$this->id = $id;
		$this->next = $next;
	}

	public function getId() {
		return $this->id;
	}

	public function getNext() {
		return $this->next;
	}

}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists