示例#1
0
 /**
  * Get subscriber areas for an owner.
  *
  * @param string $owner
  *
  * @return array
  */
 public function getSubscriberAreasByOwner($owner)
 {
     return $this->storage->getSubscriberAreasByOwner($owner);
 }