Example #1
0
 /**
  * @return string|null
  */
 public function getStoreName()
 {
     return $this->store ? $this->store->getName() : null;
 }