Example #1
0
 /**
  * Retrieve Url instance
  *
  * @return Mage_Core_Model_Url
  */
 public function getUrlInstance()
 {
     if (null === $this->_url) {
         $this->_url = $this->_factory->getModel('core/url');
     }
     return $this->_url;
 }