Beispiel #1
0
 /**
  * Set the bind order of hooks.
  *
  * Used to resort the order providers are invoked for a given
  * area name.
  *
  * @param string $subscriberAreaName
  * @param array  $providerAreas      Array of provider area names.
  */
 public function setBindOrder($subscriberAreaName, array $providerAreas)
 {
     $this->storage->setBindOrder($subscriberAreaName, $providerAreas);
     $this->reload();
 }