ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF  x x ?? C         ?? C   ?à   " ??     ?? μ  } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??     ?? μ   w !1AQ aq"2?B‘?±á #3Rebr?{ gilour

File "AbstractSmartSlider3Platform.php"

Full Path: /home/zcziejy/ryadselyen/Nextend/SmartSlider3/Platform/AbstractSmartSlider3Platform.php
File size: 575 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace Nextend\SmartSlider3\Platform;


use Nextend\Framework\Pattern\GetAssetsPathTrait;
use Nextend\Framework\Pattern\SingletonTrait;

abstract class AbstractSmartSlider3Platform {

    use SingletonTrait, GetAssetsPathTrait;

    public abstract function start();

    /**
     * @return string
     */
    public abstract function getAdminUrl();

    /**
     * @return string
     */
    public abstract function getAdminAjaxUrl();

    /**
     * @return string
     */
    public function getNetworkAdminUrl() {

        return $this->getAdminUrl();
    }
}