File "PluggableTrait.php"
Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/PluggableTrait.php
File size: 220 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Nextend\Framework\Pattern;
use Nextend\Framework\Plugin;
trait PluggableTrait {
protected function makePluggable($id) {
Plugin::doAction('PluggableFactory' . $id, array($this));
}
}