| Current Path : /home/digilove/www/41423/ |
| Current File : /home/digilove/www/41423/Nextend.php.tar |
home/digilove/public_html/110/libraries/smartslider3/src/Nextend.php 0000644 00000000545 15235523342 0021406 0 ustar 00 <?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');
}
}