コード例 #1
0
ファイル: HookDispatcher.php プロジェクト: rmaiwald/core
 /**
  * Get subscriber areas for an owner.
  *
  * @param string $owner
  *
  * @return array
  */
 public function getSubscriberAreasByOwner($owner)
 {
     return $this->storage->getSubscriberAreasByOwner($owner);
 }