????

Your IP : 18.225.195.162


Current Path : /home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Base/
Upload File :
Current File : //home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Base/PlatformRouter.php

<?php

namespace Nextend\Framework\Router\Base;

use Nextend\Framework\Router\Router;

class PlatformRouter {

    protected $router;

    /**
     * Router constructor.
     *
     * @param $router Router
     */
    public function __construct($router) {
        $this->router = $router;
    }

    public function setMultiSite() {

    }

    public function unSetMultiSite() {

    }
}