Exemplo n.º 1
0
 /**
  * The Enlight_Plugin_Bootstrap expects a name for the plugin and
  * optionally an instance of the Enlight_Plugin_PluginCollection
  *
  * @param $name
  * @param Enlight_Plugin_PluginCollection $collection
  */
 public function __construct($name, $collection = null)
 {
     $this->setCollection($collection);
     parent::__construct($name);
 }