????

Your IP : 18.223.203.125


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