Ejemplo n.º 1
0
 public function __construct($dispatcher)
 {
     parent::__construct($dispatcher);
     $this->plugin = $dispatcher->plugin;
 }
Ejemplo n.º 2
0
 function __construct($dispatcher)
 {
     parent::__construct($dispatcher);
     $this->plugin = $this->dispatcher->current_plugin;
 }