Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getNotificationUrl()
 {
     return $this->package->getNotificationUrl();
 }
Example #2
0
 private function markForNotification(PackageInterface $package)
 {
     if ($package->getNotificationUrl()) {
         $this->notifiablePackages[$package->getNotificationUrl()][$package->getName()] = $package;
     }
 }
Example #3
0
 public function getNotificationUrl()
 {
     return $this->aliasOf->getNotificationUrl();
 }