first
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Nextend\Framework\Pattern;
|
||||
|
||||
|
||||
use Nextend\Framework\Plugin;
|
||||
|
||||
trait PluggableTrait {
|
||||
|
||||
protected function makePluggable($id) {
|
||||
|
||||
Plugin::doAction('PluggableFactory' . $id, array($this));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user