b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Base/
File Upload :
Current File : E:/wordpress/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() {

    }
}

Copyright © 2019 by b0y-101