Sindbad~EG File Manager

Current Path : /home/nicedoo/www/wp-content/plugins/woo-discount-rules/v2/App/Controllers/Admin/Addons/
Upload File :
Current File : /home/nicedoo/www/wp-content/plugins/woo-discount-rules/v2/App/Controllers/Admin/Addons/Base.php

<?php

namespace Wdr\App\Controllers\Admin\Addons;

use Wdr\App\Controllers\Base as BaseController;

if (!defined('ABSPATH')) exit;

abstract class Base extends BaseController
{
    public $name = NULL, $input, $base;
    protected $addon;

    /**
     * Base constructor.
     */
    function __construct()
    {
        parent::__construct();
    }

    /**
     * render templates
     * @param null $page
     * @return mixed
     */
    abstract function render($page = NULL);
}

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