Your IP : 216.73.216.11


Current Path : /home/digilove/www/41423/
Upload File :
Current File : /home/digilove/www/41423/Nextend.php.tar

home/digilove/public_html/110/libraries/smartslider3/src/Nextend.php000064400000000545152355233420021406 0ustar00<?php


namespace Nextend;


use Nextend\Framework\Pattern\GetPathTrait;
use Nextend\Framework\Pattern\SingletonTrait;
use Nextend\SmartSlider3\Platform\Joomla\JoomlaShim;

class Nextend {

    use GetPathTrait;
    use SingletonTrait;

    protected function init() {

        JoomlaShim::triggerEvent('onInitN2Library');

    
    }
}