| Current Path : /home/smartconb/www/armencom33/libraries/smartslider3/src/Framework/Pattern/ |
| Current File : /home/smartconb/www/armencom33/libraries/smartslider3/src/Framework/Pattern/PluggableTrait.php |
<?php
namespace Nextend\Framework\Pattern;
use Nextend\Framework\Plugin;
trait PluggableTrait {
protected function makePluggable($id) {
Plugin::doAction('PluggableFactory' . $id, array($this));
}
}