Exemple #1
0
 /**
  * Return URL to stores's view page
  *
  * @param  MGS_Storelocator_Model_Storelocator $storelocator
  * @return string
  */
 public function getStoreUrl($storelocator)
 {
     return $this->getUrl('*/*/view', array('id' => $storelocator->getId()));
 }