????

Your IP : 18.223.203.125


Current Path : /home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/
Upload File :
Current File : //home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/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));
    }
}