Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/libraries/smartslider3/src/Framework/Pattern/
Upload File :
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));
    }
}